envoyproxy/gateway

Add pre commit hook to run validations

Open

#7,878 opened on Jan 7, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (802 forks)auto 404
help wanted

Repository metrics

Stars
 (2,871 stars)
PR merge metrics
 (PR metrics pending)

Description

Description:

Describe the issue.

Add a git pre-commit hook (via pre-commit) that runs the essential make targets locally:

  • make lint
  • make test
  • make generate
  • make manifests
  • make gen-check

to speed up reviews

[optional Relevant Links:]

Any extra documentation required to understand the issue.

Contributor guide