We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d911ef + 620cb2a commit 1232ceeCopy full SHA for 1232cee
Sources/LocheckLogic/Validators/validateLproj.swift
@@ -18,7 +18,7 @@ public func validateLproj(base: LprojFiles, translation: LprojFiles, problemRepo
18
LprojFileMissingFromTranslation(key: file.name, language: translation.name),
19
path: file.path,
20
lineNumber: 0)
21
- return
+ continue
22
}
23
parseAndValidateXCStrings(
24
base: file,
0 commit comments