Files
SwiftLint/Source/SwiftLintFramework/Extensions
Daniel Rodríguez Troitiño c29cf9a4d0 Avoid pattern matching false positives
The rule for unused optional binding was false triggering for pattern matching where the associated value was just an underscore. Additionally, pattern matching mixed with unused optional binding was not triggering in some cases.

New non triggering and triggering examples have been added for the failing cases, and new regular expressions are used to catch all the cases.

Modify the code in `File+SwiftLint` to expose full `NSTextCheckingResult` (and not just ranges) and rewire some pieces to use the new functions.

Fixes #1376
2017-04-06 14:16:12 -07:00
..
2017-01-02 17:49:54 -02:00
2016-12-26 13:34:50 -02:00
2016-12-13 12:33:05 -08:00
2017-02-06 21:59:30 -02:00