mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
792032480e
Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org> Co-authored-by: Roman Lavrov <roman.lavrov@thebrowser.company>
602 B
602 B
| file | line | severity | reason | rule_id |
|---|---|---|---|---|
| ${CURRENT_WORKING_DIRECTORY}/filename | 1 | ⚠️ | Line Length: Violation Reason 1 | line_length |
| ${CURRENT_WORKING_DIRECTORY}/filename | 1 | 🛑 | Line Length: Violation Reason 2 | line_length |
| ${CURRENT_WORKING_DIRECTORY}/path/file.swift | 1 | 🛑 | Syntactic Sugar: Shorthand syntactic sugar should be used, i.e. [Int] instead of Array | syntactic_sugar |
| 🛑 | Colon Spacing: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals | colon |