Skip to content

Commit 61d3be1

Browse files
authored
Merge pull request #120 from Adyen/remove-swift-lint
Remove Swift Lint
2 parents ba6a519 + 2b7896a commit 61d3be1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Package.swift

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ let package = Package(
3434
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.1"),
3535
.package(url: "https://github.com/swiftlang/swift-syntax", from: "601.0.1"),
3636
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.4"),
37-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.4"),
38-
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.59.1")
37+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.4")
3938
],
4039
targets: [
4140

@@ -51,10 +50,7 @@ let package = Package(
5150
"PADSwiftInterfaceFileLocator",
5251
.product(name: "ArgumentParser", package: "swift-argument-parser")
5352
],
54-
path: "Sources/ExecutableTargets/CommandLineTool",
55-
plugins: [
56-
.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLintPlugins")
57-
]
53+
path: "Sources/ExecutableTargets/CommandLineTool"
5854
),
5955

6056
// MARK: - Public Modules

0 commit comments

Comments
 (0)