Fixit icon indicating copy to clipboard operation
Fixit copied to clipboard

Improve cli interface

Open sk- opened this issue 5 years ago • 0 comments

  • [ ] Add a way to disable the RemoveUnusedSuppressionsRule
  • [ ] Standardize the flag for enabling disabling ignore comments. apply_fix uses get_skip_ignore_comments_parser, but run_rules uses get_use_ignore_comments_parser, which has True as a default, meaning it's impossible to disable it.

sk- avatar Dec 28 '20 13:12 sk-