Closed ericfrank closed 6 years ago
I'd love to be able to lint .phtml files in Atom. On the command line I can use phpcs --extensions=php,phtml, but I don't see a similar option here. Thanks!
.phtml
phpcs --extensions=php,phtml
had you found a solution for this?
you can workaround this by adding following line in the ruleset of your config file phpcs.xml:
ruleset
phpcs.xml
<arg name="extensions" value="php,phtml"/>
I'd love to be able to lint
.phtml
files in Atom. On the command line I can usephpcs --extensions=php,phtml
, but I don't see a similar option here. Thanks!