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

Need clarification #12

Closed axtens closed 5 years ago

axtens commented 5 years ago
  1. Down the bottom left of my screen it reads Linter: Invalid output format. Only checkstyle-compatible output allowed. Why is that there and what do I do about it?
  2. I have red line boxes around certain elements of the script. What does this mean?
deadem commented 5 years ago

Only checkstyle-compatible linters supported, i.e. eslint.cmd --format checkstyle https://eslint.org/docs/user-guide/formatters/#checkstyle

Move the cursor over the red box and error description will appear in the status line.