We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SwiftFormatRules
generate-pipeline-plugin
1 parent a8e6e6f commit 9d218d4Copy full SHA for 9d218d4
Plugins/generate-pipeline-plugin/GeneratePipelinePlugin.swift
@@ -49,10 +49,6 @@ struct GeneratePipelinePlugin: BuildToolPlugin {
49
.appending("GeneratedSources")
50
.appending(generatedSourceName)
51
52
- let rulesSources =
53
- (try context.package.targets(named: ["SwiftFormatRules"]).first as? SwiftSourceModuleTarget)?
54
- .sourceFiles.map(\.path) ?? []
55
-
56
return [
57
.buildCommand(
58
displayName: "Generating \(generatedSourceName) for \(target.name)",
@@ -65,7 +61,6 @@ struct GeneratePipelinePlugin: BuildToolPlugin {
65
61
"--target",
66
62
target.name,
67
63
],
68
- inputFiles: rulesSources,
69
64
outputFiles: [outputFile]
70
)
71
]
0 commit comments