Skip to content

Commit cb55cd8

Browse files
committed
Rename RuleRegistry to RuleRegistry+Generated
1 parent 6c33035 commit cb55cd8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Sources/generate-pipeline/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let pipelineFile = sourcesDirectory
2222
.appendingPathComponent("Pipelines+Generated.swift")
2323
let ruleRegistryFile = sourcesDirectory
2424
.appendingPathComponent("SwiftFormatConfiguration")
25-
.appendingPathComponent("RuleRegistry.swift")
25+
.appendingPathComponent("RuleRegistry+Generated.swift")
2626

2727
var ruleCollector = RuleCollector()
2828
try ruleCollector.collect(from: rulesDirectory)

0 commit comments

Comments
 (0)