- 🇪🇸Spain rodrigoaguilera Barcelona
An example phpcs run showing the errors
https://git.drupalcode.org/project/font_awesome/-/jobs/5453102 - 🇦🇹Austria klausi 🇦🇹 Vienna
Not sure why it would check JS files ... the default phpcs file from the gitlab template does not use JS files https://git.drupalcode.org/project/gitlab_templates/-/blob/main/assets/p...
Maybe try to copy that and list the extensions?
- 🇪🇸Spain rodrigoaguilera Barcelona
Ok, then I guess that config is needed if it is in the template and I imagine that since JS sniffing is deprecated in phpcs it won't be needed to exclude JS explictly as those files will be ignored by default by phpcs.
Thanks!