envoyproxy/gateway

Add pre commit hook to run validations

Open

#7,878 opened on 2026年1月7日

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:

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.

コントリビューターガイド