envoyproxy/gateway

Add pre commit hook to run validations

Open

#7.878 geöffnet am 7. Jan. 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (802 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (2.871 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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