phpcsmd
phpcsmd copied to clipboard
Setting option for running PHPCS-like tools
Sorry if it's too much, but here my question.
Is there any way to configure plugin for running other phpcs
-compatible sniffer? For example. https://github.com/dsheiko/jscodesniffer has the same CLI syntax and mostly the same reports as phpcs
. Theoretically the plugin will go nicely with that sniffer if told how to run it (jscs
executable instead of phpcs
/php phpcs
).