deadem / notepad-pp-linter

Notepad++ Linter. Realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, csslint etc
MIT License
37 stars 7 forks source link

[phpcs] how i can ? #15

Closed ziaratban closed 4 years ago

ziaratban commented 4 years ago

hi phpcs is not exists in npm. how i can checkstyle php files ?

deadem commented 4 years ago

You don't need npm. Just add to config something like that: <linter extension=".php" command="C:\Path_to\phpcs --report=checkstyle"/>