From 9794f98fd6d4302b5ad7022509eae53d921365f9 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Sun, 19 Jul 2020 12:30:34 +0200 Subject: [PATCH] uninstall nms + track minimal git hook --- .../.pre-commit-minimal-config.yaml | 19 +++++++++++++++++++ dot_scripts/bootstrap.sh | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 dot_git-template/.pre-commit-minimal-config.yaml diff --git a/dot_git-template/.pre-commit-minimal-config.yaml b/dot_git-template/.pre-commit-minimal-config.yaml new file mode 100644 index 0000000..d818f30 --- /dev/null +++ b/dot_git-template/.pre-commit-minimal-config.yaml @@ -0,0 +1,19 @@ +--- +# See https://pre-commit.com for more information +# See https://pre-commit.com/hooks.html for more hooks +repos: + - repo: local + hooks: + - id: check-committer + name: Check Committer Identity + entry: pre-commit-verify-committer + language: system + always_run: true + files: '' + - repo: https://github.com/askulkarni2/pre-commit-docker-jenkinslint + rev: 88dd7702e44bbc4dc742b37897e1ded7fe99dfba + hooks: + - id: docker-jenkinslint + language: docker_image + entry: --entrypoint /usr/local/bin/run-jflint.sh askulkarni2/jenkinslint + files: Jenkinsfile diff --git a/dot_scripts/bootstrap.sh b/dot_scripts/bootstrap.sh index c1c5327..de62f07 100755 --- a/dot_scripts/bootstrap.sh +++ b/dot_scripts/bootstrap.sh @@ -31,7 +31,6 @@ chsh -s "$(command -v zsh)" "$HOME/.scripts/bundlerdeps.sh" "$HOME/.scripts/ohmyzshdeps.sh" "$HOME/.scripts/vimdeps.sh" -"$HOME/.scripts/install_no-more-secrets.sh" "$HOME/.scripts/load_macos_defaults.sh" "$HOME/.scripts/configure_etc_hosts.sh" "$HOME/.scripts/pythondeps.sh"