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 7b09ea0 commit c9c042bCopy full SHA for c9c042b
.pre-commit-config.yaml
@@ -100,4 +100,5 @@ repos:
100
rev: v0.8.0
101
hooks:
102
- id: shellcheck
103
- # args: ["--severity=warning"] # Optionally only show errors and warnings
+ # args: ["--severity=warning"] # Optionally only show errors and warnings
104
+ args: ["--severity=error"] # Optionally only show errors and warnings
0 commit comments