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

Commit e848400

Browse files
committed
(Testing) Remove SwiftLint plugin (broken)
1 parent 44306e9 commit e848400

File tree

2 files changed

+1
-98
lines changed

2 files changed

+1
-98
lines changed

Package.resolved

Lines changed: 0 additions & 88 deletions
This file was deleted.

Package.swift

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,17 @@ let package = Package(
1414
]
1515
)
1616
],
17-
dependencies: [
18-
.package(url: "https://github.com/realm/SwiftLint", from: "0.54.0")
19-
],
2017
targets: [
2118
.target(name: "WordPressUIObjC"),
2219
.target(
2320
name: "WordPressUI",
2421
dependencies: [
2522
.target(name: "WordPressUIObjC")
26-
],
27-
plugins: [
28-
.plugin(name: "SwiftLintPlugin", package: "SwiftLint")
2923
]
3024
),
3125
.testTarget(
3226
name: "WordPressUITests",
33-
dependencies: [.target(name: "WordPressUI")],
34-
plugins: [
35-
.plugin(name: "SwiftLintPlugin", package: "SwiftLint")
36-
]
27+
dependencies: [.target(name: "WordPressUI")]
3728
)
3829
]
3930
)

0 commit comments

Comments
 (0)