mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
93b067ebdc
regardless of whether or not the rule is disabled at that location. Generally, rules shouldn't need to check if it's disabled when triggering violations, since violations in disabled violations are filtered out by the linter, which enables the ability to detect superfluous disable commands that don't silence any violations.