Skip to content

Commit c9c042b

Browse files
committed
.pre-commit-config.yaml: change shellcheck args
1 parent 7b09ea0 commit c9c042b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@ repos:
100100
rev: v0.8.0
101101
hooks:
102102
- id: shellcheck
103-
# args: ["--severity=warning"] # Optionally only show errors and warnings
103+
# args: ["--severity=warning"] # Optionally only show errors and warnings
104+
args: ["--severity=error"] # Optionally only show errors and warnings

0 commit comments

Comments
 (0)