File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ let package = Package(
3434 . package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.5.1 " ) ,
3535 . package ( url: " https://github.com/swiftlang/swift-syntax " , from: " 601.0.1 " ) ,
3636 . package ( url: " https://github.com/nicklockwood/SwiftFormat " , from: " 0.56.4 " ) ,
37- . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.4.4 " ) ,
38- . package ( url: " https://github.com/SimplyDanny/SwiftLintPlugins " , from: " 0.59.1 " )
37+ . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.4.4 " )
3938 ] ,
4039 targets: [
4140
@@ -51,10 +50,7 @@ let package = Package(
5150 " PADSwiftInterfaceFileLocator " ,
5251 . product( name: " ArgumentParser " , package : " swift-argument-parser " )
5352 ] ,
54- path: " Sources/ExecutableTargets/CommandLineTool " ,
55- plugins: [
56- . plugin( name: " SwiftLintBuildToolPlugin " , package : " SwiftLintPlugins " )
57- ]
53+ path: " Sources/ExecutableTargets/CommandLineTool "
5854 ) ,
5955
6056 // MARK: - Public Modules
You can’t perform that action at this time.
0 commit comments