mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
f62fe10372
Add capture previous of "!" for: - checking whether SyntaxKinds is comment, string, keyword or type identifier - checking whether character is ")" - checking whether SyntaxKinds is identifier or not - SwiftDeclarationKind is one of some "Var*" and declaration containing "=" Add capture next of "!" for: - checking SyntaxKinds is identifier By applying this, the duration of linting Carthage 0.14 increase from 300ms to 380ms.