We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a257808 commit d7a5c6aCopy full SHA for d7a5c6a
2 files changed
.pre-commit-config.yaml
@@ -1,4 +1,4 @@
1
- repo: /Users/detailyang/art/opensource/personal/pre-commit-shell
2
- sha: 3e118275d431f939f602cebe0de14289abe5398a
+ sha: a257808093def4b815db6924b62e806b88011e91
3
hooks:
4
- id: shell-lint
test/init.sh
@@ -18,6 +18,8 @@ cp test/test.sh "$tmpdir"
18
cp test/.pre-commit-config.yaml "$tmpdir"
19
cp test/.pre-commit-hooks.yaml "$tmpdir"
20
pushd "$tmpdir"
21
+git config --global user.email "detailyang@gmail.com"
22
+git config --global user.name "detailyang"
23
git init
24
git add .pre-commit-config.yaml .pre-commit-hooks.yaml --all ; git commit -a -m "init test case"
25
pre-commit install
0 commit comments