Files
SwiftLint/Tests/FileSystemAccessTests/Resources/CannedXcodeReporterOutput.txt
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

4 lines
550 B
Plaintext

${CURRENT_WORKING_DIRECTORY}/filename:1:1: warning: Line Length Violation: Violation Reason 1 (line_length)
${CURRENT_WORKING_DIRECTORY}/filename:1:1: error: Line Length Violation: Violation Reason 2 (line_length)
${CURRENT_WORKING_DIRECTORY}/path/file.swift:1:2: error: Syntactic Sugar Violation: Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int> (syntactic_sugar)
<nopath>:1:1: error: Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)