Skip to content

Commit

Permalink
disable SC2002
Browse files Browse the repository at this point in the history
  • Loading branch information
zpiatt committed Jan 30, 2024
1 parent a49d4f1 commit 30d562f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC1091,SC2129
# shellcheck disable=SC1091,SC2129,SC2002

### Windows
# to run with Bash: "C:\Program Files\Git\bin\bash.exe" ./build/build.sh
Expand Down
1 change: 1 addition & 0 deletions update_qualityjson.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2002

set -e

Expand Down

0 comments on commit 30d562f

Please sign in to comment.