Code checker used in Envoy proxy CI
Project description
Code checker used in Envoy proxy’s CI.
This package provides an async checker that runs source-code checks against an Envoy (or Envoy-like) checkout. Registered checks include:
python_flake8 and python_yapf for Python style
yamllint for YAML files
shellcheck for shell scripts
glint for file hygiene checks
gofmt for Go formatting
runtime_guards consistency checks
extension metadata, registration, owner, and fuzz-coverage checks
changelog validation, including RST sanity checks
Usage
Installed as a console script:
$ envoy.code.check --help
Run a subset of checks against a checkout:
$ envoy.code.check --check python_flake8 python_yapf --path /path/to/envoy
Run only against files changed since a given ref:
$ envoy.code.check --since main --path /path/to/envoy
See envoy.code.check --help for the full set of options.
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file envoy_code_check-0.6.2.tar.gz.
File metadata
- Download URL: envoy_code_check-0.6.2.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df31d8a35638359121d708de198a41c462fdd9f91b5c07cb6601a3487d134f99
|
|
| MD5 |
2e7882924fa5692cd32c2e9d6a0f8de8
|
|
| BLAKE2b-256 |
cc36f8c0d36a765354b00432c6909b1123aa0b72098c5f7d2dbbd98a95f87b1a
|
File details
Details for the file envoy_code_check-0.6.2-py3-none-any.whl.
File metadata
- Download URL: envoy_code_check-0.6.2-py3-none-any.whl
- Upload date:
- Size: 31.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ec16079143592ddc0210c936ae05d9bf099dc3fc93389139f26b52432551950
|
|
| MD5 |
73476838599585798092af14eeea8676
|
|
| BLAKE2b-256 |
ee0be530d869bb55317a344070f018df8f496e031968a198684b9e1fc7bf64af
|