You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I maintain a coding standard (acquia/coding-standards) that needs to sniff the various non-.php extensions that Drupal uses (e.g., .module). I have specified them in my ruleset.xml but with no effect. If I specify them in the phpcs.xml.dist of a project using the standard it has no effect. If I specify them on the command line they do take effect. Is this a bug or am I doing something wrong?