Skip to content
Snippets Groups Projects
Commit 7935b98f authored by nimrod's avatar nimrod
Browse files

Some fixups for pre-commit checks.

parent 06deb10d
No related branches found
No related tags found
No related merge requests found
Pipeline #2174 failed
...@@ -27,7 +27,7 @@ repos: ...@@ -27,7 +27,7 @@ repos:
exclude: LICENSE exclude: LICENSE
- repo: https://github.com/executablebooks/mdformat.git - repo: https://github.com/executablebooks/mdformat.git
rev: 0.5.3 rev: 0.7.9
hooks: hooks:
- id: mdformat - id: mdformat
...@@ -45,6 +45,7 @@ repos: ...@@ -45,6 +45,7 @@ repos:
rev: v0.6.0 rev: v0.6.0
hooks: hooks:
- id: shell-lint - id: shell-lint
exclude: \.bats$
- repo: https://github.com/shellcheck-py/shellcheck-py.git - repo: https://github.com/shellcheck-py/shellcheck-py.git
rev: v0.7.1.1 rev: v0.7.1.1
......
...@@ -5,6 +5,7 @@ setup () { ...@@ -5,6 +5,7 @@ setup () {
if [ ! -f "$repo/file" ] if [ ! -f "$repo/file" ]
then then
git init "$repo" git init "$repo"
# shellcheck disable=SC2164
cd "$repo" cd "$repo"
git config user.name "Your Name" git config user.name "Your Name"
git config user.email "name@example.com" git config user.email "name@example.com"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment