diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/localization | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/localization b/scripts/localization index 097f113a4d..f1a8663acc 100755 --- a/scripts/localization +++ b/scripts/localization @@ -5,6 +5,7 @@ set -eu SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd "$SCRIPT_DIR" +# shellcheck disable=SC1091 source utils/log function main { @@ -106,6 +107,8 @@ function download_from_crowdin { function verify { sync_localizations git diff + + # shellcheck disable=SC2251 ! git status -s | grep . local out_of_sync=$? |
