Peter Kurfer
d1265fdb16
fe0a378 Add buf linting anf fix linter issues git-subtree-dir: api git-subtree-split: fe0a378cdc00040176eb05fcaaa12a175bd50f30
20 lines
526 B
YAML
20 lines
526 B
YAML
# Below is not the lint and breaking configuration we recommend!
|
|
# This just just what googleapis passes.
|
|
# For lint, we recommend having the single value "DEFAULT" in "use"
|
|
# with no values in "except".
|
|
# For breaking, we recommend having the single value "FILE" in use.
|
|
# See https://docs.buf.build/lint-usage
|
|
# See https://docs.buf.build/breaking-usage
|
|
version: v1beta1
|
|
build:
|
|
roots:
|
|
- proto
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
except:
|
|
- PACKAGE_DIRECTORY_MATCH
|
|
allow_comment_ignores: true
|
|
breaking:
|
|
use:
|
|
- FILE
|