mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
ad793d1c5b
These tests can especially not run in parallel.
472 B
472 B
| 1 | file | line | character | severity | type | reason | rule_id |
|---|---|---|---|---|---|---|---|
| 2 | filename | 1 | 1 | Warning | Line Length | Violation Reason 1 | line_length |
| 3 | filename | 1 | Error | Line Length | Violation Reason 2 | line_length | |
| 4 | ${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 |
| 5 | Error | Colon Spacing | Colons should be next to the identifier when specifying a type and next to the key in dictionary literals | colon |