Files
SwiftLint/Tests/SwiftLintFrameworkTests/Resources/CannedXcodeReporterOutput.txt
T
JP Simard 8c9cba0c0f fallback to line 1 when no line is provided & reporting with xcode
this is a generalization of the fix from #1521
2017-05-17 14:56:46 -07:00

4 lines
446 B
Plaintext

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