envoyproxy/gateway

Add pre commit hook to run validations

Open

#7,878 创建于 2026年1月7日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Go (802 fork)auto 404
help wanted

仓库指标

Star
 (2,871 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南