notes/devops/vcs/git/hooks/precommit.txt
ihar_hancharenka e4adce0b5d m
2025-08-14 17:54:55 +03:00

28 строки
672 B
Plaintext

http://pre-commit.com/
http://pre-commit.com/hooks.html
https://github.com/pre-commit/pre-commit
http://blog.plover.com/prog/git-pre-commit-hook.html
2022
https://dzone.com/articles/pre-commit-hooks-devops-engineer-should-know-to-co
https://habr.com/ru/company/nixys/blog/682612/
.pre-commit-config.yaml
default_install_hook_types: [pre-commit,pre-push,commit-msg]
repos:
- repo: https://github.com/norwoodj/helm-docs
rev: v1.5.0
hooks:
- id: helm-docs
args:
- --sort-values-order=file
- --chart-search-root=helm
- --template-files=README.md.gotmpl
- repo: https://github.com/jorisroovers/gitlint.git
rev: v0.17.0
hooks:
- id: gitlint