Skip to content

Commit b31e0c1

Browse files
authored
Merge pull request #101 from will-lumley/bugfix/swiftlint-plugin
[BUGFIX] Removed SwiftLint plugin
2 parents b9524df + 6f2da86 commit b31e0c1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,15 @@ let plugins: [Target.PluginUsage] = [
2525
let dependencies: [PackageDescription.Package.Dependency] = [
2626
// SwiftSoup is used to parse the HTML tree
2727
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.7"),
28-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"),
29-
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.55.1")
28+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3")
3029
]
3130

3231
let targetDependencies: [Target.Dependency] = [
3332
"SwiftSoup"
3433
]
3534

3635
let plugins: [Target.PluginUsage] = [
37-
.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLintPlugins")
36+
3837
]
3938

4039
#endif

Package@swift-6.0.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,15 @@ let plugins: [Target.PluginUsage] = [
2525
let dependencies: [PackageDescription.Package.Dependency] = [
2626
// SwiftSoup is used to parse the HTML tree
2727
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.7"),
28-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"),
29-
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.55.1")
28+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3")
3029
]
3130

3231
let targetDependencies: [Target.Dependency] = [
3332
"SwiftSoup"
3433
]
3534

3635
let plugins: [Target.PluginUsage] = [
37-
.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLintPlugins")
36+
3837
]
3938

4039
#endif

0 commit comments

Comments
 (0)