We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebfc75 commit eb8ac90Copy full SHA for eb8ac90
1 file changed
Package.swift
@@ -62,8 +62,6 @@ package.targets.forEach { target in
62
.regular,
63
.test,
64
.executable,
65
- .plugin,
66
- .macro,
67
]
68
69
guard types.contains(target.type)
@@ -78,9 +76,6 @@ package.targets.forEach { target in
78
76
// ]
79
77
// }
80
81
- guard target.type != .macro
82
- else { return }
83
-
84
if enableSwiftLintBuildToolPlugin {
85
target.plugins = (target.plugins ?? []) + [
86
.plugin(name: "SwiftLintBuildToolPlugin", package: "SwiftLint"),
0 commit comments