Commit Graph

12 Commits

Author SHA1 Message Date
Marcelo Fabri 1a6b214002 Add test and changelog entry for #1488
#1488 was fixed in #1726.

This adds a test to make sure we don’t introduce regressions in the future and also adds a changelog entry.
2017-07-30 17:10:32 +02:00
JP Simard 00a9021ed3 reuse existing Location type
rather than introduce a locally-scoped struct when a perfectly good
existing type will do.
2017-07-29 18:34:09 -07:00
JP Simard 224a8c8dc5 rewrite VerticalParameterAlignmentRule to be less fragile 2017-07-29 18:11:11 -07:00
JP Simard 7acacf6bdb update dependencies, mostly for SourceKitten 0.18 2017-07-12 10:11:27 -07:00
Marcelo Fabri e86763739f Move kind to RuleDescription 2017-07-02 15:50:16 +02:00
Marcelo Fabri 5012211d3d Add RuleKind 2017-07-02 15:50:16 +02:00
JP Simard 29cdc86185 add some convenience members to SourceKit dictionaries 2017-01-22 11:00:57 -08:00
JP Simard 9e7cdc3282 update SwiftLintFramework/Protocols to follow Swift 3 API Design Guidelines 2017-01-09 19:19:25 -08:00
Marcelo Fabri 0f64ef2992 Fix false positive on vertical_parameter_alignment rule
Fixes #1129
2017-01-09 20:03:12 -02:00
Marcelo Fabri ba8fe5f8b4 Ignore close parentheses on vertical_parameter_alignment rule
Fixes #1042
2016-12-23 12:46:22 -02:00
Marcelo Fabri 7937438947 Date format 2016-12-22 22:05:46 -02:00
Marcelo Fabri 64a624ccf6 Add vertical_parameter_alignment rule
Fixes #1033
2016-12-22 21:21:23 -02:00