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(
34
34
. package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.5.1 " ) ,
35
35
. package ( url: " https://github.com/swiftlang/swift-syntax " , from: " 601.0.1 " ) ,
36
36
. 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 " )
39
38
] ,
40
39
targets: [
41
40
@@ -51,10 +50,7 @@ let package = Package(
51
50
" PADSwiftInterfaceFileLocator " ,
52
51
. product( name: " ArgumentParser " , package : " swift-argument-parser " )
53
52
] ,
54
- path: " Sources/ExecutableTargets/CommandLineTool " ,
55
- plugins: [
56
- . plugin( name: " SwiftLintBuildToolPlugin " , package : " SwiftLintPlugins " )
57
- ]
53
+ path: " Sources/ExecutableTargets/CommandLineTool "
58
54
) ,
59
55
60
56
// MARK: - Public Modules
You can’t perform that action at this time.
0 commit comments