-
Notifications
You must be signed in to change notification settings - Fork 33
Open

Description
Hello,
I'd like to run htmllint on my project. However, running htmllint **/*.html
gives a lot of false positives since it lints also the HTML files of the project dependencies stored in ./node_modules
. The only workaround I can think of is to list all the directories (e.g. foo/**/*.html
, bar/**/*.html
) and the top-level HTML files (i.e. *.html
). But with this approach, there is a big chance that I'll forget to add a newly created directories in the future and I won't notice that they are not linted.
It would be nice if there was a way to list directories/globs that should be excluded (like what you can do with .gitignore
).
iansantagata and chrisbraddock
Metadata
Metadata
Assignees
Labels
No labels