mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 10:20:44 +00:00
chore: add local hook 'make generate' for pre-commit (#2025)
This commit is contained in:
parent
c25fa8d9ab
commit
2e2d12304e
1 changed files with 7 additions and 0 deletions
|
|
@ -18,3 +18,10 @@ repos:
|
||||||
- id: go-vet
|
- id: go-vet
|
||||||
- id: go-imports
|
- id: go-imports
|
||||||
- id: go-mod-tidy
|
- id: go-mod-tidy
|
||||||
|
- repo: local
|
||||||
|
hooks:
|
||||||
|
- id: make-generate
|
||||||
|
name: make generate
|
||||||
|
entry: make generate
|
||||||
|
language: system
|
||||||
|
pass_filenames: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue