mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
Main goal is to bring implementations, rules and examples closer together. Another advantage is that the rule's layouts are in line with other `@SwiftSyntaxRule`s. After the refactoring, violation messages can be better adapted to the object causing the issue. Violation positions should be harmonized and more cases for protocols, subscripts and deinitializers can be added.