Files
SwiftLint/Tests/FrameworkTests/Resources/CannedRelativePathReporterOutput.txt
Danny MöschandGitHub 15b285527a Separate built-in rule tests from framework tests (#5924)
* 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`
2024-12-30 12:26:46 +01:00

4 lines
463 B
Plaintext

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