Being able to ignore CSS files
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3417807. -->
Reported by: [grimreaper](https://www.drupal.org/user/2388214)
Related to !116
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Hi,</p>
<p>I am enabling Gitlab CI on UI Suite Bootstrap theme, see <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/ui_suite_bootstrap/issues/3417516" title="Status: Closed (fixed)">#3417516: Enable Gitlab CI + Update README + Coding standards</a></span>.</p>
<p>And I would like to be able to ignore some compiled CSS files in the stylelint job.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>I have been to override the stylelint job scripts to use the "--ignore-path" option to be able to point to a .stylelintignore file but it does not seem to have an effect. While I already use this option in Makefile and GItlab CI on custom projects, scripts can be found in <a href="https://gitlab.com/florenttorregrosa-drupal/docker-drupal-project/-/tree/10.x?ref_type=heads">https://gitlab.com/florenttorregrosa-drupal/docker-drupal-project/-/tree/10.x?ref_type=heads</a> if needed.</p>
<p>See the results in the MR <a href="https://git.drupalcode.org/project/ui_suite_bootstrap/-/merge_requests/163">https://git.drupalcode.org/project/ui_suite_bootstrap/-/merge_requests/163</a>.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>- Find a "fix"<br>
- Discuss how to add this feature by default in Gitlab CI templates.</p>
<p>Thanks for any help.</p>
> Related issue: [Issue #3417516](https://www.drupal.org/node/3417516)
issue