Skip to content

Commit 484b2f6

Browse files
authored
Try inline disable and fix code to disable
1 parent 13c2998 commit 484b2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
shell: bash
146146
run: |
147147
ver="$(echo "${{ matrix.cpython_version }}" | sed 's|\.||')"
148-
echo "TX_PROJECT=python-$ver" >> $GITHUB_ENV
148+
echo "TX_PROJECT=python-$ver" >> $GITHUB_ENV # shellcheck disable=SC2086
149149
echo "${{ env.TX_PROJECT }}"
150150
151151
# required for generating .tx/config
@@ -215,7 +215,7 @@ jobs:
215215
git status
216216
shopt -s globstar
217217
git diff -I'^"POT-Creation-Date: ' --numstat ./**/*.po ./**/*.pot | cut -f3 | xargs -r git add -v
218-
# shellcheck disable=SC2086,SC2035
218+
# shellcheck disable=SC2046,SC2035
219219
git add -v $(git ls-files -o --exclude-standard *.po *.pot) .tx/config
220220
git diff-index --cached --quiet HEAD || { git commit -vm "Update translations from Transifex"; }
221221

0 commit comments

Comments
 (0)