mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
e239e3ee8b
* github action: Add buf-lint, fix buf Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
19 lines
377 B
YAML
19 lines
377 B
YAML
version: v1
|
|
name: buf.build/prometheus/prometheus
|
|
lint:
|
|
ignore_only:
|
|
ENUM_VALUE_PREFIX:
|
|
- remote.proto
|
|
- types.proto
|
|
ENUM_ZERO_VALUE_SUFFIX:
|
|
- remote.proto
|
|
- types.proto
|
|
PACKAGE_DIRECTORY_MATCH:
|
|
- remote.proto
|
|
- types.proto
|
|
PACKAGE_VERSION_SUFFIX:
|
|
- remote.proto
|
|
- types.proto
|
|
deps:
|
|
- buf.build/gogo/protobuf
|