Skip to content

Commit 13ba10d

Browse files
committed
fix(package): remove SwiftLint as dependency
fix(typo): fix filename typo.
1 parent 337478b commit 13ba10d

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

Package.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ let package = Package(
1313
name: "SQLiteCloud",
1414
targets: ["SQLiteCloud"]),
1515
],
16-
dependencies: [
17-
.package(url: "https://github.com/realm/SwiftLint", from: "0.52.4")
18-
],
1916
targets: [
2017
.target(
2118
name: "SQLiteCloud",
@@ -24,9 +21,6 @@ let package = Package(
2421
],
2522
swiftSettings: [
2623
.enableExperimentalFeature("StrictConcurrency")
27-
],
28-
plugins: [
29-
.plugin(name: "SwiftLintPlugin", package: "SwiftLint")
3024
]
3125
),
3226
.target(

0 commit comments

Comments
 (0)