Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 242ac9e

Browse files
authored
Update shellcheck.yml
1 parent 0c51ce6 commit 242ac9e

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
@@ -10,6 +10,6 @@ jobs:
1010
uses: luizm/action-sh-checker@v0.1.4
1111
env:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13-
SHELLCHECK_OPTS: -e SC2164 SC2162 # It is posible to exclude some shellcheck warnings.
13+
SHELLCHECK_OPTS: -e SC2164 SC2162 SC2016 SC1090 # It is posible to exclude some shellcheck warnings.
1414
with:
1515
sh_checker_comment: true

0 commit comments

Comments
 (0)