Remove _ESLINT_EXTRA in GitLab CI to avoid error in CCC project
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3574923. --> Reported by: [kristen pol](https://www.drupal.org/user/8389) Related to !72 >>> <p>[Tracker]<br> <strong>Update Summary: </strong>[One-line status update for stakeholders]<br> <strong>Check-in Date: </strong>MM/DD/YYYY<br> <strong>Blocked by: </strong>[#XXXXXX] (New issues on new lines)<br> <strong>Additional Collaborators: </strong> @username1, @username2<br> <em>Metadata is used by the <a href="https://www.drupalstarforge.ai/" title="AI Tracker">AI Tracker.</a> Docs and additional fields <a href="https://www.drupalstarforge.ai/ai-dashboard/docs" title="AI Issue Tracker Documentation">here</a>.</em><br> [/Tracker]</p> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Job is all green:</p> <p><a href="https://git.drupalcode.org/issue/ai_context-3571393/-/pipelines/744611">https://git.drupalcode.org/issue/ai_context-3571393/-/pipelines/744611</a></p> <p>But it shows that eslint error on the MR:</p> <p><a href="https://git.drupalcode.org/project/ai_context/-/merge_requests/67">https://git.drupalcode.org/project/ai_context/-/merge_requests/67</a></p> <pre>An error occurred while loading eslint results<br>Head report parsing error: JUnit data parsing failed: String does not have #dig method<br>Base report parsing error: JUnit data parsing failed: String does not have #dig method</pre><p>I asked about this in the #infrastructure channel and there's a workaround below.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Fran (fjgarlin) and Tom Wiesing pointed to these in slack:</p> <p><a href="https://gitlab.com/gitlab-org/gitlab/-/issues/581697">https://gitlab.com/gitlab-org/gitlab/-/issues/581697</a></p> <p><a href="https://git.drupalcode.org/project/gitlab_templates/-/issues/3559160">https://git.drupalcode.org/project/gitlab_templates/-/issues/3559160</a></p> <p>and Tom said the workaround is setting:</p> <pre>variables:<br>&nbsp; ESLINT_EXTRA: ''</pre><p>in <code>.gitlab-ci.yml</code></p> <p><img src="https://www.drupal.org/files/issues/2026-02-20/Screenshot%202026-02-18%20at%204.19.06%E2%80%AFPM.png" alt="eslint error show in Drupal.org GitLab CI even through linting was clean"></p> <h3 id="summary-remaining-tasks">Target date or deadline</h3> <p>February 2026</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <ul> <li>Update .gitlab-ci.yml</li> <li>Review and test</li> </ul> <h3 id="summary-ai-usage">AI usage (if applicable)</h3> <p>[ ] AI Assisted Issue<br> This issue was generated with AI assistance, but was reviewed and refined by the creator.</p> <p>[ ] AI Assisted Code<br> This code was mainly generated by a human, with AI autocompleting or parts AI generated, but under full human supervision.</p> <p>[ ] AI Generated Code<br> This code was mainly generated by an AI with human guidance, and reviewed, tested, and refined by a human.</p> <p>[ ] Vibe Coded<br> This code was generated by an AI and has only been functionally tested.</p>
issue