mirror of https://github.com/istio/api.git
16 lines
357 B
YAML
16 lines
357 B
YAML
version: v1beta1
|
|
build:
|
|
roots:
|
|
- .
|
|
excludes:
|
|
# Note: buf does not allow multi roots that are within each other; as a result, the common-protos folders are
|
|
# symlinked into the top level directory.
|
|
- common-protos
|
|
lint:
|
|
allow_comment_ignores: true
|
|
use:
|
|
- BASIC
|
|
except:
|
|
- FIELD_LOWER_SNAKE_CASE
|
|
- PACKAGE_DIRECTORY_MATCH
|