Files
SwiftLint/Tests/FrameworkTests/Resources/CannedCSVReporterOutput.csv
Danny Mösch 15b285527a Separate built-in rule tests from framework tests (#5924)
* Short names for test modules
* Lint plugins and `Package.swift` in integration tests
* Simplify and merge file groups in Bazel
* Move common functions to `TestHelpers`
2024-12-30 12:26:46 +01:00

472 B

1filelinecharacterseveritytypereasonrule_id
2filename11WarningLine LengthViolation Reason 1line_length
3filename1ErrorLine LengthViolation Reason 2line_length
4${CURRENT_WORKING_DIRECTORY}/path/file.swift12ErrorSyntactic 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