Browse Source

prompb: add lint ignores for metrics.proto

Signed-off-by: beorn7 <beorn@grafana.com>
pull/10851/head
beorn7 2 years ago
parent
commit
fb92a801f6
  1. 3
      prompb/buf.yaml

3
prompb/buf.yaml

@ -5,14 +5,17 @@ lint:
ENUM_VALUE_PREFIX:
- remote.proto
- types.proto
- io/prometheus/client/metrics.proto
ENUM_ZERO_VALUE_SUFFIX:
- remote.proto
- types.proto
- io/prometheus/client/metrics.proto
PACKAGE_DIRECTORY_MATCH:
- remote.proto
- types.proto
PACKAGE_VERSION_SUFFIX:
- remote.proto
- types.proto
- io/prometheus/client/metrics.proto
deps:
- buf.build/gogo/protobuf

Loading…
Cancel
Save