vralfy / phpcsmd

Netbeans plugin to report code measurements generated by phpcs, phpmd, phpcpd and pdepend as Tasks and Annotations
27 stars 6 forks source link

Setting option for running PHPCS-like tools #44

Open dsheiko opened 9 years ago

dsheiko commented 9 years ago

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).