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:
d7d264e
)
Update shellcheck pre-commit hook to 2.1.5
09/66809/1
v0.7.5
author
Anil Belur
<abelur@linuxfoundation.org>
Thu, 18 Feb 2021 01:59:18 +0000
(11:59 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Thu, 18 Feb 2021 02:04:43 +0000
(12:04 +1000)
With 2.1.5 release the workaround added in
d7d264e733e5
is no longer required.
Change-Id: I7e890d03844a2fb47159ad471f166310290fbf9f
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
489c2b1
..
e3ebf2f
100644
(file)
--- a/
.pre-commit-config.yaml
+++ b/
.pre-commit-config.yaml
@@
-16,7
+16,6
@@
repos:
- id: gitlint
- repo: https://github.com/jumanjihouse/pre-commit-hooks
- rev: 2.1.
4
+ rev: 2.1.
5
hooks:
- id: shellcheck
- additional_dependencies: []