Code Review
/
releng
/
common-packer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7d1f512
)
Add pre-commit hook for shellcheck
29/62829/3
author
Anil Belur
<abelur@linuxfoundation.org>
Thu, 16 Jan 2020 08:09:24 +0000
(18:09 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Thu, 16 Jan 2020 08:09:25 +0000
(18:09 +1000)
Use pre-commit to run the shellcheck hook rather than coala as
we want to eventually phase out coala.
Issue: RELENG-2642
Change-Id: Ie06bbb0a06ba517bcc378480ea39320da00403c6
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
.pre-commit-config.yaml
patch
|
blob
|
history
diff --git
a/.pre-commit-config.yaml
b/.pre-commit-config.yaml
index
23ef3e5
..
047fc32
100644
(file)
--- a/
.pre-commit-config.yaml
+++ b/
.pre-commit-config.yaml
@@
-9,3
+9,8
@@
repos:
rev: 1.19.1
hooks:
- id: prettier
+
+ - repo: https://github.com/jumanjihouse/pre-commit-hooks
+ rev: 1.11.2
+ hooks:
+ - id: shellcheck