ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 48 forks source link

Disable "trailing spaces" warning? #45

Closed levity closed 9 years ago

levity commented 9 years ago

I would like to disable the warning -- not because I disagree with the standard, but because it's very distracting, as it constantly pops up when I'm typing and pause to think. Not to mention I already have the editor set up to remove trailing spaces, since Atom includes the Whitespace package by default.

ricardofbarros commented 9 years ago

I can't do that but you could configure the linter to only lint when you save so it doesn't distract you. To do that you need to go Linter (not linter-js-standard) settings and untick the box that says Lint on fly

levity commented 9 years ago

That's a good solution for me, thanks!

On Sat, Aug 22, 2015 at 5:48 AM Ricardo Barros notifications@github.com wrote:

I can't do that but you could configure the linter to only lint when you save so it doesn't distract you. To do that you need to go Linter (not linter-js-standard) settings and untick the box that says Lint on fly

— Reply to this email directly or view it on GitHub https://github.com/ricardofbarros/linter-js-standard/issues/45#issuecomment-133694804 .