mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
1b2ba7ac88
Now corrections happen only on violations. Because `assertCorrection(_:expected:)` expects one correction for each `corrections`, and the rule added by 93e8e12 causes two corrections on previous logic. Fix #466