-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from norio-nomura/fix-col
Fix col and prepare 3.0.1
- Loading branch information
Showing
5 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
::warning file=Package.swift,line=12,column=35::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Package.swift,line=20,column=1::Line Length Violation: Line should be 120 characters or less: currently 122 characters (line_length) | ||
::warning file=Package.swift,line=26,column=40::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Tests/WarningsTests/WarningsTests.swift,line=13,column=37::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Tests/WarningsTests/XCTestManifests.swift,line=6,column=41::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Package.swift,line=12,col=35::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Package.swift,line=20,col=1::Line Length Violation: Line should be 120 characters or less: currently 122 characters (line_length) | ||
::warning file=Package.swift,line=26,col=40::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Tests/WarningsTests/WarningsTests.swift,line=13,col=37::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Tests/WarningsTests/XCTestManifests.swift,line=6,col=41::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
::error file=Sources/errors/errors.swift,line=1,column=8::Type Name Violation: Type name should start with an uppercase character: 'errors' (type_name) | ||
::error file=Tests/errorsTests/errorsTests.swift,line=4,column=13::Type Name Violation: Type name should start with an uppercase character: 'errorsTests' (type_name) | ||
::warning file=Package.swift,line=12,column=33::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Package.swift,line=20,column=1::Line Length Violation: Line should be 120 characters or less: currently 122 characters (line_length) | ||
::warning file=Package.swift,line=26,column=38::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Tests/errorsTests/XCTestManifests.swift,line=6,column=39::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Tests/errorsTests/errorsTests.swift,line=13,column=37::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::error file=Sources/errors/errors.swift,line=1,col=8::Type Name Violation: Type name should start with an uppercase character: 'errors' (type_name) | ||
::error file=Tests/errorsTests/errorsTests.swift,line=4,col=13::Type Name Violation: Type name should start with an uppercase character: 'errorsTests' (type_name) | ||
::warning file=Package.swift,line=12,col=33::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Package.swift,line=20,col=1::Line Length Violation: Line should be 120 characters or less: currently 122 characters (line_length) | ||
::warning file=Package.swift,line=26,col=38::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Tests/errorsTests/XCTestManifests.swift,line=6,col=39::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) | ||
::warning file=Tests/errorsTests/errorsTests.swift,line=13,col=37::Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma) |