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.
2 parents f00cb06 + 0d9b3f7 commit b044a9dCopy full SHA for b044a9d
.pre-commit-config.yaml
@@ -68,14 +68,14 @@ repos:
68
69
- id: shellcheck
70
name: shellcheck
71
- entry: shellcheck --shell=bash
+ entry: shellcheck --shell=bash --exclude=SC1017
72
language: system
73
pass_filenames: false
74
types_or: [shell]
75
76
- id: shellcheck-docs
77
name: shellcheck-docs
78
- entry: doccmd --language=shell --language=console --command="shellcheck --shell=bash"
+ entry: doccmd --language=shell --language=console --command="shellcheck --shell=bash --exclude=SC1017"
79
80
types_or: [markdown, rst]
81
0 commit comments