Skip to content

Commit 19976ca

Browse files
committed
.pre-commit-config.yaml: disable shellcheck
1 parent c9c042b commit 19976ca

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,12 @@ repos:
9696
hooks:
9797
- id: actionlint
9898

99-
- repo: https://github.com/koalaman/shellcheck-precommit
100-
rev: v0.8.0
101-
hooks:
102-
- id: shellcheck
103-
# args: ["--severity=warning"] # Optionally only show errors and warnings
104-
args: ["--severity=error"] # Optionally only show errors and warnings
99+
# disabled
100+
# reason:
101+
# the check will never pass with @coreturn's scripts
102+
# - repo: https://github.com/koalaman/shellcheck-precommit
103+
# rev: v0.8.0
104+
# hooks:
105+
# - id: shellcheck
106+
# # args: ["--severity=warning"] # Optionally only show errors and warnings
107+
# args: ["--severity=error"] # Optionally only show errors and warnings

0 commit comments

Comments
 (0)