Skip to content

Commit 5add2a1

Browse files
authored
build(deps): drop SwiftLint build-tool plugin from vendored CodeEdit packages (#1678)
1 parent 3aa3ba8 commit 5add2a1

3 files changed

Lines changed: 1 addition & 32 deletions

File tree

LocalPackages/CodeEditSourceEditor/Package.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ let package = Package(
2323
url: "https://github.com/CodeEditApp/CodeEditSymbols.git",
2424
exact: "0.2.3"
2525
),
26-
// SwiftLint
27-
.package(
28-
url: "https://github.com/lukepistrol/SwiftLintPlugin",
29-
from: "0.2.2"
30-
),
3126
// Rules for indentation, pair completion, whitespace
3227
.package(
3328
url: "https://github.com/ChimeHQ/TextFormation",
@@ -44,9 +39,6 @@ let package = Package(
4439
"CodeEditLanguages",
4540
"TextFormation",
4641
"CodeEditSymbols"
47-
],
48-
plugins: [
49-
.plugin(name: "SwiftLint", package: "SwiftLintPlugin")
5042
]
5143
),
5244

@@ -57,9 +49,6 @@ let package = Package(
5749
"CodeEditSourceEditor",
5850
"CodeEditLanguages",
5951
.product(name: "CustomDump", package: "swift-custom-dump")
60-
],
61-
plugins: [
62-
.plugin(name: "SwiftLint", package: "SwiftLintPlugin")
6352
]
6453
),
6554
]

LocalPackages/CodeEditTextView/Package.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ let package = Package(
2323
.package(
2424
url: "https://github.com/apple/swift-collections.git",
2525
.upToNextMajor(from: "1.0.0")
26-
),
27-
// SwiftLint
28-
.package(
29-
url: "https://github.com/lukepistrol/SwiftLintPlugin",
30-
from: "0.52.2"
3126
)
3227
],
3328
targets: [
@@ -38,9 +33,6 @@ let package = Package(
3833
"TextStory",
3934
.product(name: "Collections", package: "swift-collections"),
4035
"CodeEditTextViewObjC"
41-
],
42-
plugins: [
43-
.plugin(name: "SwiftLint", package: "SwiftLintPlugin")
4436
]
4537
),
4638

@@ -55,9 +47,6 @@ let package = Package(
5547
name: "CodeEditTextViewTests",
5648
dependencies: [
5749
"CodeEditTextView"
58-
],
59-
plugins: [
60-
.plugin(name: "SwiftLint", package: "SwiftLintPlugin")
6150
]
6251
),
6352
]

TablePro.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)