Commit Graph

8 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
Marcelo Fabri e84100eed4 Remove SwiftExpressionKind.other 2017-10-05 14:33:32 -03:00
Marcelo Fabri 354ec3c183 Fixes after rebase 2017-07-24 00:50:49 +02:00
Marcelo Fabri b13cf8f95e Use new Dictionary extension methods 2017-07-24 00:50:31 +02:00
Marcelo Fabri 8f748e41a9 Validate trailing closure with muted parameter name 2017-07-24 00:50:31 +02:00
Marcelo Fabri 0bf1179c83 Validating trailing closure even if there's only one param 2017-07-24 00:50:31 +02:00
Marcelo Fabri 04a10ec18a Don't trigger when there're more than 1 closure parameter 2017-07-24 00:50:31 +02:00
Marcelo Fabri a1f3646a9b Add trailing_closure rule
Fixes #54
2017-07-24 00:50:31 +02:00