yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

Add config setting to disable automatic linting #176

Open Pysis868 opened 8 years ago

Pysis868 commented 8 years ago

Trying to find some doc on this but unable to at the moment. Let me know if you have something.

I want the package 'atom-lint' to stop running whichever linter plugin is being used for the current file, automatically, upon opening a file. If it happens more often, say, when switching back to a file's tab, then I would also like that to be disabled.

This could all be controlled via a configuration setting, of course, if there is not one already. There don't appear to be many specific to this 'central' package.

Somewhere I had found a mention just to the name of the inner-most config setting name:

"*":
  "atom-lint":
    lintOnFly: false

Checked: