Files
SwiftLint/Tests/FileSystemAccessTests/Resources/CannedCSVReporterOutput.csv
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

5 lines
530 B
CSV

file,line,character,severity,type,reason,rule_id
${CURRENT_WORKING_DIRECTORY}/filename,1,1,Warning,Line Length,Violation Reason 1,line_length
${CURRENT_WORKING_DIRECTORY}/filename,1,,Error,Line Length,Violation Reason 2,line_length
${CURRENT_WORKING_DIRECTORY}/path/file.swift,1,2,Error,Syntactic Sugar,"Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int>",syntactic_sugar
,,,Error,Colon Spacing,Colons should be next to the identifier when specifying a type and next to the key in dictionary literals,colon