Files
SwiftLint/Source/SwiftLintFramework
JP Simard 93b067ebdc refactor VerticalWhitespaceRule.validate(_:) to trigger a violation
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.
2017-08-20 23:27:48 +02:00
..
2016-04-17 14:56:03 +02:00
2017-08-02 00:18:04 +02:00