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 c9c042b commit 19976caCopy full SHA for 19976ca
.pre-commit-config.yaml
@@ -96,9 +96,12 @@ repos:
96
hooks:
97
- id: actionlint
98
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
+ # disabled
+ # reason:
+ # the check will never pass with @coreturn's scripts
+ # - repo: https://github.com/koalaman/shellcheck-precommit
+ # rev: v0.8.0
+ # 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