mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
4 lines
444 B
Plaintext
4 lines
444 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>: error: Colon Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon) |