Minor log tweak

This commit is contained in:
Morgan Pretty 2023-09-26 08:57:12 +10:00
parent 5917cf103f
commit 655fcb5808
1 changed files with 1 additions and 3 deletions

View File

@ -79,7 +79,7 @@ let projectState: ProjectState = ProjectState(
), ),
loadSourceFiles: targetActions.contains(.lintStrings) loadSourceFiles: targetActions.contains(.lintStrings)
) )
print("------------ Found \(projectState.localizationFiles.count) Localization File(s) ------------") print("------------ Processing \(projectState.localizationFiles.count) Localization File(s) ------------")
targetActions.forEach { $0.perform(projectState: projectState) } targetActions.forEach { $0.perform(projectState: projectState) }
// MARK: - ScriptAction // MARK: - ScriptAction
@ -121,8 +121,6 @@ enum ScriptAction: String {
return print("------------ Nothing to lint ------------") return print("------------ Nothing to lint ------------")
} }
print("------------ Processing \(projectState.localizationFiles.count) Localization File(s) ------------")
// Add warnings for any duplicate keys // Add warnings for any duplicate keys
projectState.localizationFiles.forEach { file in projectState.localizationFiles.forEach { file in
// Show errors for any duplicates // Show errors for any duplicates