mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
d1687859fe
Convert FileLengthRule to use SwiftSyntax instead of SourceKit for improved performance and fewer false positives. The SwiftSyntax implementation: - Uses ViolationsSyntaxVisitor pattern with token traversal - Correctly handles multiline tokens by counting all spanned lines - Properly excludes comment-only and whitespace-only lines - Accurately attributes trivia to correct line positions - Extracts common line range logic to reduce code duplication