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.
1 parent 7af7d15 commit bcdfe3eCopy full SHA for bcdfe3e
.github/workflows/shellcheck-posix.yml
@@ -26,7 +26,7 @@ jobs:
26
name: shellcheck
27
runs-on: ubuntu-latest
28
env:
29
- SHELLCHECK_VERSION: '0.9.0'
+ SHELLCHECK_VERSION: '0.10.0'
30
# SC1091: Don't error about unfollowable files; https://www.shellcheck.net/wiki/SC1091
31
# SC2009: Don't consider pgrep, not available everywhere; https://www.shellcheck.net/wiki/SC2009
32
SHELLCHECK_OPTS: '-e SC1091 -e SC2009'
0 commit comments