diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-03-05 11:36:41 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-03-05 11:36:41 +0100 |
| commit | 436a14d46c6f7d4a74f197c02903e11644d5db92 (patch) | |
| tree | 47b61e92bd880024ada80049bc36e60b59dd4a09 /scripts | |
| parent | 0b9ac24b94b99e290fae551fdbea4d8e0ed65d9b (diff) | |
| parent | c26fab67d5e90cf1fb311b5315f84e48fddc88fa (diff) | |
| download | mullvadvpn-436a14d46c6f7d4a74f197c02903e11644d5db92.tar.xz mullvadvpn-436a14d46c6f7d4a74f197c02903e11644d5db92.zip | |
Merge remote-tracking branch 'origin/run-shellcheck-in-ci-des-593'
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=$? |
