We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12f9aa commit 1c06299Copy full SHA for 1c06299
1 file changed
Package.swift
@@ -45,8 +45,6 @@ package.targets.forEach { target in
45
.regular,
46
.test,
47
.executable,
48
- .plugin,
49
- .macro,
50
]
51
52
guard types.contains(target.type)
@@ -61,9 +59,6 @@ package.targets.forEach { target in
61
59
// ]
62
60
// }
63
64
- guard target.type != .macro
65
- else { return }
66
-
67
if enableSwiftLintBuildToolPlugin {
68
target.plugins = (target.plugins ?? []) + [
69
.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint"),
0 commit comments