-
Notifications
You must be signed in to change notification settings - Fork 345
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
Ignore unnecessary directories when linting #397
Comments
Is there a way to specify what file(s) get added/excluded from the web extension using We have mozilla/blok#69 to audit the files in our generated ZIP/XPI, but I wasn't sure how to exclude things like our /docs/, /web-ext-artifacts/, /tests/, and /coverage/ folders which aren't needed in our web extension. |
We only have default ignore rules in place right now, which includes |
When running
web-ext lint
in a source directory, the linter should ignore the artifacts directory and node_modules directory. Otherwise, it may begin parsing too many files which could lead to errors or unwanted linting results. Maybe there are other non-source directories we should ignore. We can probably re-use the filter rules from FileFilter.See #396
The text was updated successfully, but these errors were encountered: