Skip to content

Commit

Permalink
chore: Remove swiftlint plugin (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: danthorpe <[email protected]>
  • Loading branch information
danthorpe and danthorpe authored Apr 5, 2024
1 parent 0579036 commit 3662055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@
"version" : "1.0.0"
}
},
{
"identity" : "danthorpe-swiftlint-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/danthorpe/danthorpe-swiftlint-plugin",
"state" : {
"revision" : "5fc8c94a1ebf4f459b27a12a0720f29ee9a41499",
"version" : "0.1.0"
}
},
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
Expand Down
19 changes: 2 additions & 17 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ let 📦 = Module.builder(
.tagged,
.xcTestDynamicOverlay
],
unitTestsDependsOn: [ ],
plugins: [ .swiftLint ]
unitTestsDependsOn: [ ]
)
)

Expand Down Expand Up @@ -83,19 +82,6 @@ ShortID <+ 📦 {
]
}


/// ✨ These are all special case targets, such as plugins
/// ------------------------------------------------------------

// MARK: - 🧮 Binary Targets & Plugins

extension Target.PluginUsage {
static let swiftLint: Self = .plugin(
name: "SwiftLintPlugin", package: "danthorpe-swiftlint-plugin"
)
}


/// 👜 Define 3rd party dependencies. Associate these dependencies
/// with modules using `$0.with = [ ]` property
/// ------------------------------------------------------------
Expand All @@ -115,8 +101,7 @@ package.dependencies = [
/// ------------------------------------------------------------
package.dependencies += [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
.package(url: "https://github.com/apple/swift-collections", from: "1.0.2"),
.package(url: "https://github.com/danthorpe/danthorpe-swiftlint-plugin", from: "0.1.0")
.package(url: "https://github.com/apple/swift-collections", from: "1.0.2")
]

extension Target.Dependency {
Expand Down

0 comments on commit 3662055

Please sign in to comment.