Files
SwiftLint/Source/SwiftLintFramework
Norio Nomura f62fe10372 Rewrite ForceUnwrappingRule
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.
2016-02-21 22:35:56 +09:00
..
2016-02-21 22:35:56 +09:00
2016-02-13 13:14:41 +09:00
2016-02-21 22:35:56 +09:00
2016-02-16 13:39:16 -08:00