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.
1 parent 6c33035 commit cb55cd8Copy full SHA for cb55cd8
Sources/SwiftFormatConfiguration/RuleRegistry.swift renamed to Sources/SwiftFormatConfiguration/RuleRegistry+Generated.swift
Sources/generate-pipeline/main.swift
@@ -22,7 +22,7 @@ let pipelineFile = sourcesDirectory
22
.appendingPathComponent("Pipelines+Generated.swift")
23
let ruleRegistryFile = sourcesDirectory
24
.appendingPathComponent("SwiftFormatConfiguration")
25
- .appendingPathComponent("RuleRegistry.swift")
+ .appendingPathComponent("RuleRegistry+Generated.swift")
26
27
var ruleCollector = RuleCollector()
28
try ruleCollector.collect(from: rulesDirectory)
0 commit comments