This repository was archived by the owner on Nov 24, 2023. It is now read-only.
This repository was archived by the owner on Nov 24, 2023. It is now read-only.
Apply only certain fixes #36
Closed
Description
I can not find any docs about functionality applying only certain fixes
,
so here is feature request: it would be nice to filter possible fixes and applying only some classes of them.
For example, during development phase you can have bunch of warning unused something
,
this is ok on development stage, but should be fixed on stabializing feature stage.
Also, for example I read about rustfix
here and would like to try to fix use
issues, but only for them.
So, it would be great to have something like --ignore-class=unused
and --apply-only-for-class=use
command line arguments.