gustavnikolaj / linter-js-standard-engine

Linter plugin for Standard Engine based linters.
ISC License
10 stars 6 forks source link

Consider warning about linter not being installed #25

Closed gustavnikolaj closed 8 years ago

gustavnikolaj commented 8 years ago

Any errors that is relayed from trying to require the linter in the worker is being supressed now.

We might want to change that because...

The problem is that since we lint very aggressively, a user will get drowned in error notifications unless we limit them. But maybe there is a sweet spot in between showing all of them, and hiding everything.


Maybe we can abuse the linter report, and return an almost empty report with a single fatal error at the first character of the first line, telling them that their linter is defunct?

novemberborn commented 8 years ago

Maybe we can abuse the linter report, and return an almost empty report with a single fatal error at the first character of the first line, telling them that their linter is defunct?

👍