Skip to content

Commit c0ff690

Browse files
committed
shellcheck fix
1 parent 0288b6a commit c0ff690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
rev: v0.7.1.1
4444
hooks:
4545
- id: shellcheck
46-
args: [-x, --exclude=SC2001, --exclude=SC2164]
46+
args: [-x, --exclude=SC2001, --exclude=SC2164, --exclude=SC1091]
4747
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
4848
rev: master
4949
hooks:

0 commit comments

Comments
 (0)