Skip to content

Commit

Permalink
Drop unused declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
fredpi committed Jan 28, 2020
1 parent f2d4834 commit 0f4ef95
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Tests/SwiftLintFrameworkTests/ProjectMock.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ extension ProjectMock {
return projectMockPathLevel3.stringByAppendingPathComponent("Level3.swift")
}

var projectMockNestedSwift: String {
return projectMockNestedPath.stringByAppendingPathComponent("Main.swift")
}

var projectMockNestedSubSwift: String {
return projectMockNestedSubPath.stringByAppendingPathComponent("Sub.swift")
}
Expand All @@ -97,10 +93,6 @@ extension ProjectMock {
return projectMockNestedPath.stringByAppendingPathComponent(".swiftlint.yml")
}

var projectMockNestedSubYAML: String {
return projectMockNestedSubPath.stringByAppendingPathComponent(".swiftlint.yml")
}

var projectMockConfig0: Configuration {
return Configuration(configurationFiles: [projectMockYAML0], rootPath: projectMockPathLevel0,
optional: false, quiet: true)
Expand Down Expand Up @@ -138,8 +130,4 @@ extension ProjectMock {
var projectMockNestedConfig: Configuration {
return Configuration(configurationFiles: [projectMockNestedYAML], optional: false, quiet: true)
}

var projectMockNestedSubConfig: Configuration {
return Configuration(configurationFiles: [projectMockNestedSubYAML], optional: false, quiet: true)
}
}

0 comments on commit 0f4ef95

Please sign in to comment.