mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
* 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`
5 lines
472 B
CSV
5 lines
472 B
CSV
file,line,character,severity,type,reason,rule_id
|
|
filename,1,1,Warning,Line Length,Violation Reason 1,line_length
|
|
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 |