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.
echo
printf
.strings
1 parent 6d01c35 commit 1897402Copy full SHA for 1897402
.buildkite/commands/lint-localized-strings-format.sh
@@ -24,8 +24,7 @@ if [[ $EXIT_CODE -ne 0 ]]; then
24
# Strings generation finished with errors, extract the errors in an easy-to-find section
25
echo "--- Report genstrings errors"
26
ERRORS=errors.txt
27
- echo "Found errors when trying to run \`genstrings\` to generate the \`.strings\` files from \`*LocalizedStrings\` calls:" | tee $ERRORS
28
- echo '' >> $ERRORS
+ printf "Found errors when trying to run \`genstrings\` to generate the \`.strings\` files from \`*LocalizedStrings\` calls:\n\n" | tee $ERRORS
29
# Print the errors inline.
30
#
31
# Notice the second `sed` call that removes the ANSI escape sequences that
0 commit comments