Files
SwiftLint/Tests/FileSystemAccessTests/Resources/CannedCSVReporterOutput.csv
Danny Mösch 792032480e Support SwiftLint on Windows (#6636)
Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
Co-authored-by: Roman Lavrov <roman.lavrov@thebrowser.company>
2026-05-27 22:02:06 +02:00

530 B

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