mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
87bc82e7b5
By default, the rule triggers on and corrects closures used in functions it "knows". With the option extending the rule, it now also triggers on closures used in "safe" contexts, where "safe" means that a correction would not lead to uncompilable code (ideally).