We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e503a commit f224cf3Copy full SHA for f224cf3
.pre-commit-config.yaml
@@ -46,6 +46,8 @@ repos:
46
rev: v0.10.0.1
47
hooks:
48
- id: shellcheck
49
+ # --severity=warning suppresses INFO-level findings complaining about
50
+ # not being able to follow things that are source'd
51
args: ["--severity=warning"]
52
- repo: https://github.com/Lucas-C/pre-commit-hooks
53
rev: v1.5.5
0 commit comments