Files
SwiftLint/Tests/FileSystemAccessTests/Resources/CannedCSVReporterOutput.csv
T
Danny Mösch 6c1ae86eb3 Use URL for file paths throughout the code base
# Conflicts:
#	Source/SwiftLintFramework/Extensions/FileManager+SwiftLint.swift
#	Tests/IntegrationTests/ConfigPathResolutionTests.swift
2026-01-24 22:13:56 +01: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