uninstall nms + track minimal git hook
This commit is contained in:
parent
5ad4c597fe
commit
9794f98fd6
19
dot_git-template/.pre-commit-minimal-config.yaml
Normal file
19
dot_git-template/.pre-commit-minimal-config.yaml
Normal 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
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user