Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 1f94968

Browse files
authored
(Testing) Remove SwiftLint plugin (broken)
1 parent 44306e9 commit 1f94968

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Package.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,11 @@ let package = Package(
2323
name: "WordPressUI",
2424
dependencies: [
2525
.target(name: "WordPressUIObjC")
26-
],
27-
plugins: [
28-
.plugin(name: "SwiftLintPlugin", package: "SwiftLint")
2926
]
3027
),
3128
.testTarget(
3229
name: "WordPressUITests",
33-
dependencies: [.target(name: "WordPressUI")],
34-
plugins: [
35-
.plugin(name: "SwiftLintPlugin", package: "SwiftLint")
36-
]
30+
dependencies: [.target(name: "WordPressUI")]
3731
)
3832
]
3933
)

0 commit comments

Comments
 (0)