-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add an option to disable or ignore specific linter errors when validating chrome extensions #67
Comments
Hi! Thanks for filing this. Yes, those approaches sound reasonable. I wonder if a combination of approaches 1 and 3 would work? e.g.
Presumably if both flags are set, the first one adds to the second one? |
yeah that makes sense! Do you think something like that would be relatively easy for a first-time contributor to the codebase to implement? Any hints on what documentation I could start with? |
Sorry for the delay! I'm afraid I didn't write this project, I just maintain it, but it's a very very simple project. There are no tests and there is no build step. All you need to do is clone the project and run Then you will want to modified Finally, you will need to update Some day we should probably add some unit tests for this, e.g. using |
This plugin provides a very convenient way to lint extensions when building. However, due to mozilla/web-ext#2532 it is inconvenient to use this for validating chrome extensions as the linting will essentially always fail
I think it would be nice to either:
"/background" is in an unsupported format.
) to be ignored when deciding whether to fail or succeed at lintingHope this is an acceptable/supported usecase (if not let me know). Happy to make this a contribution as well once I know which option (if any) would be preferred for the codebase.
The text was updated successfully, but these errors were encountered: