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
Bas Broek 6a801272c5 Update the swift file and run the unit tests 2018-04-26 19:19:05 +02: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 c585ee9568 Fix false positive in array_init when using map without closure
Fixes #1878
2017-10-04 01:24:16 -03:00
Marcelo Fabri 3431f2e455 Fix unit tests on Linux with Swift 3.1 2017-09-16 13:34:19 -03:00
Marcelo Fabri 4c8d25185b Fix false positives 2017-09-16 04:27:56 -03:00
Marcelo Fabri 8f05f92cd1 Add array_init opt-in rule
Fixes #1271
2017-09-16 02:32:48 -03:00