Files
SwiftLint/Tests/SwiftLintFrameworkTests/Resources/CannedCSVReporterOutput.csv
T
raduciobanu002 07c8e52fc8 "Colon Spacing" rule name update (#3583)
* * Changed rule name from "Colon" to "Colon Spacing"
* Updated tests

* Update CHANGELOG.md

Co-authored-by: Seth Friedman <sethfri@gmail.com>
2021-05-20 23:46:54 -04:00

437 B

1filelinecharacterseveritytypereasonrule_id
2filename12WarningLine LengthViolation Reason.line_length
3filename12ErrorLine LengthViolation Reason.line_length
4filename12ErrorSyntactic SugarShorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int>.syntactic_sugar
5ErrorColon SpacingColons should be next to the identifier when specifying a type and next to the key in dictionary literals.colon