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

Automatic #lint-fixme suppressions #352

Open
amyreese opened this issue Jul 12, 2023 · 1 comment
Open

Automatic #lint-fixme suppressions #352

amyreese opened this issue Jul 12, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@amyreese
Copy link
Member

Considerations:

  • default to # lint-fixme: <rule>
  • enable with --add-fixme flag?
  • only for lints without fixes?
  • only with fix command?
@amyreese amyreese added the enhancement New feature or request label Jul 12, 2023
@amyreese amyreese added this to the 2.x milestone Jul 12, 2023
@samueljsb
Copy link
Contributor

We needed a tool to do something like this (to mass-ignore existing violations when we added a new rule without an obvious auto-fix) so @meshy and I wrote a separate tool to do it: https://pypi.org/project/silence-fixit-error/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants