mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
And only warn once if it's disabled. This check is expensive and as more rules move away from SourceKit to SwiftSyntax, it's increasingly common for rules to not use SourceKit at all. In addition, SourceKit crashes used to be a lot more common but I haven't seen one myself in quite a while.