Releases: Asana/locheck
Releases · Asana/locheck
0.9.12
0.9.11
Allow position specifiers in stringsdict expressions
0.9.10
- Fix over-reporting of
string_has_implicit_position - Fix error message suggestions
0.9.9
string_has_implicit_positionis a new warning when you don't add explicit positions to arguments.stringsdict_entry_has_implicit_positionis the equivalent warning for stringsdict files.
0.9.8
You can pass --ignore-language foo one or more times to ignore languages that exist in your code but whose errors you do not care about.
0.9.7
0.9.6
Fix a bug where one missing string would prevent additional error reporting
0.9.5
Validate string-arrays in Android XML (fix #35) (#36) * Validate string-arrays in Android XML * Print swift version in CI * Nah * Fix build error * Fix tests
0.9.4
--treat-warnings-as-errors- Stop coalescing all
.stringsfiles together; instead, compare files with the same name.
0.9.3
- Fix certain errors preventing later errors from being logged
- Get back on a real release of SwiftyXMLParser