Commit Graph

15 Commits

Author SHA1 Message Date
JP Simard b83e0991b9 Remove all file headers
The MIT license doesn't require that all files be prepended with this
licensing or copyright information. Realm confirmed that they're ok with this
change. This will enable some companies to contribute to SwiftLint and the
date & authorship information will remain accessible via git source control.
2018-05-04 13:42:02 -07:00
Norio Nomura 2a0ac455bc 'flatMap' is deprecated: renamed to 'compactMap(_:)' 2018-04-08 13:28:09 +09:00
Marcelo Fabri 0be8c855d2 Move functions to properties and Sets instead of Arrays 2017-10-04 14:34:00 -07:00
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