Skip to content

Commit 31b592e

Browse files
remove SwiftLintPlugins
1 parent 5580d87 commit 31b592e

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

ComponentsKit.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@ let package = Package(
1515
],
1616
dependencies: [
1717
.package(url: "https://github.com/componentskit/AutoLayout", from: "1.0.0"),
18-
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.57.0"),
1918
],
2019
targets: [
2120
.target(
2221
name: "ComponentsKit",
2322
dependencies: [
2423
.product(name: "AutoLayout", package: "AutoLayout")
25-
],
26-
plugins: [
27-
.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLintPlugins")
2824
]
2925
)
3026
]

0 commit comments

Comments
 (0)