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 ad52ef4 + 7f4f020 commit d93a566Copy full SHA for d93a566
.pre-commit-config.yaml
@@ -36,14 +36,8 @@ repos:
36
rev: v1.1.6
37
hooks:
38
- id: remove-tabs
39
-# TODO: Replace this with the actual repo
40
-# (https://github.com/detailyang/pre-commit-shell)
41
-# once it supports types and not just files ending in shell extensions
42
-- repo: local
+- repo: https://github.com/detailyang/pre-commit-shell.git
+ rev: v1.0.6
43
44
- id: shell-lint
45
- name: Shell Syntax Check
46
- description: Check Shell Syntax on ALL staged files with user friendly messages and colors
47
- entry: shell-lint.sh
48
- language: script
49
- types: [executable, shell]
+ exclude: ^(.deactivate.sh)$
shell-lint.sh
0 commit comments