I run drush coder-review --minor mymodule, but it is not testing CSS files. I'm on version 2.0
How to fix it?

Comments

klausi’s picture

Component: Coder Review » Coder Sniffer
Status: Active » Fixed

drush drupalcs mymodule.css
or
drush coder-review --sniffer mymodule.css

mac_weber’s picture

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.