Files
SwiftLint/Tests/SwiftLintFrameworkTests/Resources/CannedCSVReporterOutput.csv
2023-01-10 22:29:13 +01:00

433 B

1filelinecharacterseveritytypereasonrule_id
2filename12WarningLine LengthViolation Reasonline_length
3filename12ErrorLine LengthViolation Reasonline_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 literalscolon