I run drush coder-review --minor mymodule, but it is not testing CSS files. I'm on version 2.0 How to fix it?
drush coder-review --minor mymodule
drush drupalcs mymodule.css or drush coder-review --sniffer mymodule.css
Thank you klausi, more than just doing it on the drush command I also added it to my system phpcs options, then it is checked by default.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
klausidrush drupalcs mymodule.css
or
drush coder-review --sniffer mymodule.css
Comment #2
mac_weber commentedThank you klausi, more than just doing it on the drush command I also added it to my system phpcs options, then it is checked by default.