Skip to content
Snippets Groups Projects
Commit ccb8267b 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 #2184 failed
......@@ -27,7 +27,7 @@ repos:
exclude: LICENSE
- repo: https://github.com/executablebooks/mdformat.git
rev: 0.5.3
rev: 0.7.9
hooks:
- id: mdformat
......@@ -45,6 +45,7 @@ repos:
rev: v0.6.0
hooks:
- id: shell-lint
exclude: \.bats$
- repo: https://github.com/shellcheck-py/shellcheck-py.git
rev: v0.7.1.1
......
......@@ -5,6 +5,7 @@ setup () {
if [ ! -f "$repo/file" ]
then
git init "$repo"
# shellcheck disable=SC2164
cd "$repo"
git config user.name "Your Name"
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