Files
SwiftLint/Source/SwiftLintFramework/Models
Norio Nomura a583b8e22c Rename label of tuple
It fixes following error:
> Source/swiftlint/Commands/LintCommand.swift:35:27: error: cannot invoke 'appendContentsOf' with an argument list of type '([(rule: String, time: Double)])'
>                ruleTimes.appendContentsOf(currentRuleTimes)
>                          ^
>Source/swiftlint/Commands/LintCommand.swift:35:27: note: expected an argument list of type '(C)'
>                ruleTimes.appendContentsOf(currentRuleTimes)
>                          ^

It seems Swift does not allow label mismatch on that.
2016-02-01 13:23:55 +09:00
..
2016-01-29 13:55:31 -08:00
2015-12-05 21:09:43 -08:00
2016-02-01 13:23:55 +09:00
2016-01-31 14:09:11 -08:00
2015-11-15 15:07:25 -08:00