Files
SwiftLint/Tests/SwiftLintFrameworkTests/Resources/CannedCSVReporterOutput.csv
T
2017-10-01 11:44:37 +08:00

429 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
5ErrorColonColons should be next to the identifier when specifying a type and next to the key in dictionary literals.colon