-
Notifications
You must be signed in to change notification settings - Fork 87
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
Filter gitignore'd files #46
Comments
I quite like ESLint's eslint --ignore-path .gitignore . It also follows linter conventions of supporting a |
I now also prefer what @maxmilton said, for example, for ESLint, I can do:
which is actually what I'd use for markdownlint as well. |
With the commit for #61, |
As initially discussed in #44, it would be great if markdownlint could pic up ignore rules from
.gitignore
files. With a flag suggested by @DavidAnson, it could look like this:(I'd prefer to put it in a config file but that is a generic request, see #45.)
The text was updated successfully, but these errors were encountered: