go.ligato.io/vpp-agent/v3@v3.5.0/buf.yaml (about) 1 --- 2 # buf.yaml 3 # 4 # Config file for Buf (Protobuf tool). 5 # 6 # Build Protobuf schema (proto): 7 # buf image build -o image.bin 8 # 9 # List lint checkers: 10 # buf check ls-lint-checkers 11 # 12 # List breaking checkers: 13 # buf check ls-breaking-checkers 14 # 15 # Refer to https://buf.build/docs for more info. 16 build: 17 roots: 18 - proto 19 lint: 20 use: 21 - BASIC 22 - FILE_LOWER_SNAKE_CASE 23 - SERVICE_SUFFIX 24 except: 25 - PACKAGE_VERSION_SUFFIX 26 breaking: 27 use: 28 - FILE 29 - PACKAGE 30 - WIRE_JSON