superfluous_disable_command
overrides disable all
#2670
Labels
bug
Unexpected and reproducible misbehavior.
superfluous_disable_command
overrides disable all
#2670
With the following code...
... where
some_rule
isn't violated in the context that follows, I get asuperfluous_disable_command
warning. This is probably not intentional, as the purpose ofswiftlint:disable all
is to silence every possible warning, includingsuperfluous_disable_command
warnings.If my guess that this is a bug is right, I'd be happy to push a fix.
Environment
The text was updated successfully, but these errors were encountered: