uninstall nms + track minimal git hook

This commit is contained in:
MorganGeek 2020-07-19 12:30:34 +02:00
parent 5ad4c597fe
commit 9794f98fd6
2 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -31,7 +31,6 @@ chsh -s "$(command -v zsh)"
"$HOME/.scripts/bundlerdeps.sh" "$HOME/.scripts/bundlerdeps.sh"
"$HOME/.scripts/ohmyzshdeps.sh" "$HOME/.scripts/ohmyzshdeps.sh"
"$HOME/.scripts/vimdeps.sh" "$HOME/.scripts/vimdeps.sh"
"$HOME/.scripts/install_no-more-secrets.sh"
"$HOME/.scripts/load_macos_defaults.sh" "$HOME/.scripts/load_macos_defaults.sh"
"$HOME/.scripts/configure_etc_hosts.sh" "$HOME/.scripts/configure_etc_hosts.sh"
"$HOME/.scripts/pythondeps.sh" "$HOME/.scripts/pythondeps.sh"