Problem/Motivation
We used to run linting jobs when config for the job changed but this has been broken for at least Eslint and Stylelint. See https://git.drupalcode.org/project/drupal/-/merge_requests/6719/pipelines - this didn't run the job automatically even though the rules changed.
Proposed resolution
Fix this.
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
N/a
Issue fork drupal-3425580
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
alexpottComment #4
smustgrave commentedChange makes sense. Would like to get in and see on one of the javascript refactor tickets in review.
Comment #5
longwaveDuplicate of #3421117: Add eslintrc.json (and friends) to files that trigger linting jobs
Comment #6
alexpottLet's close this I'll review the other issue.