You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very helpful to be able to suppress the # lint-fixme comments to show those errors. In particular, this would help where an auto-fix has been added for a rule and we now want to apply that auto-fix to the violations marked with a fixme comment.
At the moment we have to remove all of the fixme comments in order to apply the new auto-fix.
flake has a --disable-noqa option, which does something similar.
Considerations:
should this suppress lint-ignore, too?
should this just be for fixes?
should this option cause the comment to be automatically removed once/if the fix is applied?
The text was updated successfully, but these errors were encountered:
It would be very helpful to be able to suppress the
# lint-fixme
comments to show those errors. In particular, this would help where an auto-fix has been added for a rule and we now want to apply that auto-fix to the violations marked with afixme
comment.At the moment we have to remove all of the
fixme
comments in order to apply the new auto-fix.flake
has a--disable-noqa
option, which does something similar.Considerations:
lint-ignore
, too?The text was updated successfully, but these errors were encountered: