15 lines
310 B
YAML
15 lines
310 B
YAML
version: v1beta1
|
|
build:
|
|
roots:
|
|
- proto
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
ignore:
|
|
- nanopb/nanopb.proto
|
|
# TODO: Note that we've turned off breaking change detection
|
|
# while we develop the protobuffs, re-enable this in the repo
|
|
# for accepting changes to finalized protobufs.
|
|
#breaking:
|
|
# use:
|
|
# - FILE
|