|
1 |
| -::error file=Sources/errors/errors.swift,line=1,column=8::Type Name Violation: Type name should start with an uppercase character: 'errors' (type_name) |
2 |
| -::error file=Tests/errorsTests/errorsTests.swift,line=4,column=13::Type Name Violation: Type name should start with an uppercase character: 'errorsTests' (type_name) |
3 |
| -::warning file=Package.swift,line=12,column=33::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) |
4 |
| -::warning file=Package.swift,line=20,column=1::Line Length Violation: Line should be 120 characters or less: currently 122 characters (line_length) |
5 |
| -::warning file=Package.swift,line=26,column=38::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) |
6 |
| -::warning file=Tests/errorsTests/XCTestManifests.swift,line=6,column=39::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) |
7 |
| -::warning file=Tests/errorsTests/errorsTests.swift,line=13,column=37::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) |
| 1 | +::error file=Sources/errors/errors.swift,line=1,col=8::Type Name Violation: Type name should start with an uppercase character: 'errors' (type_name) |
| 2 | +::error file=Tests/errorsTests/errorsTests.swift,line=4,col=13::Type Name Violation: Type name should start with an uppercase character: 'errorsTests' (type_name) |
| 3 | +::warning file=Package.swift,line=12,col=33::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) |
| 4 | +::warning file=Package.swift,line=20,col=1::Line Length Violation: Line should be 120 characters or less: currently 122 characters (line_length) |
| 5 | +::warning file=Package.swift,line=26,col=38::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) |
| 6 | +::warning file=Tests/errorsTests/XCTestManifests.swift,line=6,col=39::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) |
| 7 | +::warning file=Tests/errorsTests/errorsTests.swift,line=13,col=37::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) |
0 commit comments