Skip to content
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 linting for files matching pattern #243

Closed
kokarn opened this issue Oct 31, 2014 · 0 comments
Closed

Disable linting for files matching pattern #243

kokarn opened this issue Oct 31, 2014 · 0 comments

Comments

@kokarn
Copy link

kokarn commented Oct 31, 2014

First of all, thanks a bunch for a great plugin. Works wonders.

The only real problem I've found is when you on occasion try to view a minified and/or compressed file to make sure something works as expected or whatever.

Linter will of course try to lint this file as well and it will of course find a lot of errors.
This is usually not a problem but with some files, this makes it impossible to view them (such as minified css). There will be so many errors on that line that the editor gets completly bogged down and unresponsive.

The easiest way to fix this would be to allow filters on what files should be linted, similar to that of #13 but more general.

Say *.min.* would be a desired filter.

Thoughts? Suggestions?

@kokarn kokarn changed the title Disable linting of files matching regex Disable linting of files matching pattern Oct 31, 2014
@kokarn kokarn changed the title Disable linting of files matching pattern Disable linting for files matching pattern Oct 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants