Skip to content

Commit 3c80a40

Browse files
committed
All current issues are for single quoted items
Shellcheck seems to ignore annotations in the files. For now globally ignore these issues.
1 parent 7ae802a commit 3c80a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: Run ShellCheck
1212
uses: ludeeus/action-shellcheck@master
1313
env:
14-
SHELLCHECK_OPTS: -e SC1090
14+
SHELLCHECK_OPTS: -e SC1090 -e SC2086 -e SC2046

0 commit comments

Comments
 (0)