Files
SwiftLint/Source/SwiftLintFramework
Savio Mendes de Figueiredo ce502db5c6 Improving comma rule to support expressions that begin with the comma (fixes a gap when there are consecutive comma violations)
Fixing swiflint warnings

Improving comma rule to support expressions that begin with the comma (fixes a gap when there are consecutive comma violations)
For example, if the expression is 'let a = [1,2,3]', the previous comma rule regexp would consume '1,2' and the remaining ',3' would not be consumed by the regexp because it does not support something that begins with a comma.

Updating changelog.md

Improving comma rule to support expressions that begin with the comma (fixes a gap when there are consecutive comma violations)
2016-11-11 20:41:37 -08:00
..
2016-04-17 14:56:03 +02:00
2016-11-07 13:30:53 -08:00
2016-10-27 18:11:20 +05:30
2016-11-03 17:10:55 +05:30
2016-11-04 17:24:43 +09:00