From ab4c6ee73fc8f674f82ea5d978b3186abdb8f57a Mon Sep 17 00:00:00 2001 From: Masayuki Ono Date: Sun, 27 Oct 2019 21:01:32 +0900 Subject: [PATCH] Fix warning --- .swiftlint.yml | 2 +- Tests/LicensePlistTests/Entity/SwiftPackageManagerTests.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 316924fc..bbd9c50d 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -8,6 +8,6 @@ included: - Sources - Tests -line_length: 190 +line_length: 210 nesting: type_level: 3 diff --git a/Tests/LicensePlistTests/Entity/SwiftPackageManagerTests.swift b/Tests/LicensePlistTests/Entity/SwiftPackageManagerTests.swift index 1fcba76d..6d8c3b6a 100644 --- a/Tests/LicensePlistTests/Entity/SwiftPackageManagerTests.swift +++ b/Tests/LicensePlistTests/Entity/SwiftPackageManagerTests.swift @@ -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",