-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable validation when no config file is present #188
Comments
👍 I agree, PRs welcome 😄 |
@iam4x I think this can be in Linter and can be overridden by specific linter. |
This will add work on Linter and on every linters too, and have to go to But if you guys prefere on Linter, I'm okay with it. On Wednesday, February 18, 2015, Dmitry Tsoy [email protected]
|
Fair point @iam4x. I haven't fully thought this through, but I can imagine a nice "just works" default setup would satisfy the following:
Right now we assume every installed linter is active all the time. So 3 is satisfied, but 1 is difficult. Working across multiple projects that use different linters can be annoying (jshint vs eslint or pyflakes vs pylint) It seems this setup is more complex than I had in mind when I made the suggestion in AtomLinter/linter-jscs#18. |
I think we can do some work on base Linter to have easy-implementation for linters to achieve this. Because right now it's kinda hard to have something clean, see AtomLinter/linter-jscs@ff78305 But imagine a linter that not take any config, will he be always un-activated? This may be a breaking change for every linters. I think we should wait, think about an implementation for 2.0 |
As suggested @dmnd AtomLinter/linter-jscs#18
Do you concur this has a place in the Linter core?
The text was updated successfully, but these errors were encountered: