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 7ae802a commit 3c80a40Copy full SHA for 3c80a40
.github/workflows/shellcheck.yml
@@ -11,4 +11,4 @@ jobs:
11
- name: Run ShellCheck
12
uses: ludeeus/action-shellcheck@master
13
env:
14
- SHELLCHECK_OPTS: -e SC1090
+ SHELLCHECK_OPTS: -e SC1090 -e SC2086 -e SC2046
0 commit comments