Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Oct 27, 2019
1 parent e914115 commit ab4c6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ included:
- Sources
- Tests

line_length: 190
line_length: 210
nesting:
type_level: 3
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class SwiftPackageManagerTests: XCTestCase {
let result = package.toGitHub(renames: [:])
XCTAssertEqual(result, GitHub(name: "Commander", nameSpecified: nil, owner: "kylef", version: "0.8.0"))
}

func testConvertToGithubNameWithDots() {
let package = SwiftPackage(package: "R.swift.Library",
repositoryURL: "https://github.com/mac-cain13/R.swift.Library",
Expand Down

0 comments on commit ab4c6ee

Please sign in to comment.