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

Consider adding a feature to not show warnings for specific rules #755

Closed
gregtatum opened this issue Sep 16, 2019 · 1 comment
Closed
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@gregtatum
Copy link

I work on a codebase where I am not in control of the eslint rules, and we have linting running during hooks to autofix errors. I would like to be able to disable showing errors for certain rules, without modifying the eslint configuration. Specifically my use case is that these rules are not helpful to show errors on while I'm writing new code, but are useful for when I'm committing and pushing to repos where I have hooks installed.

The Atom eslint plugin has this feature under:
image

For instance, with Prettier, it auto-fixes on save. So almost everything I type has red squigglies around it until I save, which is just noise and not helping me find real linting issues.

@gregtatum gregtatum changed the title Add a feature to not show warnings for specific rules Consider adding a feature to not show warnings for specific rules Sep 16, 2019
@dbaeumer
Copy link
Member

I will fold this issue with #655.

@dbaeumer dbaeumer added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 17, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants