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

can i integrate phpmd in notepad++ #3

Closed StephanKrauss closed 6 years ago

StephanKrauss commented 6 years ago

Hello,

i have a question. Is there a way to integrate phpmd in notepad++ ?

Your sincerly Stephan

deadem commented 6 years ago

Sure, but phpmd needs a checkstyle-compatible output format. If phpmd doesn't support it by default you can request for checkstyle support by create an issue and/or make a PR.