mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 19:51:17 +00:00
chore: migrate buf configs
fix versioning for Buf dependencies
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
version: v1
|
||||
version: v2
|
||||
deps:
|
||||
- buf.build/googleapis/googleapis
|
||||
- buf.build/grpc-ecosystem/grpc-gateway
|
||||
- buf.build/bufbuild/protovalidate
|
||||
- buf.build/bufbuild/protovalidate:e097f827e65240ac9fd4b1158849a8fc
|
||||
- buf.build/googleapis/googleapis:b30c5775bfb3485d9da2e87b26590ac9
|
||||
- buf.build/grpc-ecosystem/grpc-gateway:3f42134f4c564983838425bc43c7a65f
|
||||
lint:
|
||||
use:
|
||||
- DEFAULT
|
||||
allow_comment_ignores: true
|
||||
- STANDARD
|
||||
except:
|
||||
- FIELD_NOT_REQUIRED
|
||||
- PACKAGE_NO_IMPORT_CYCLE
|
||||
breaking:
|
||||
use:
|
||||
- FILE
|
||||
- FILE
|
||||
except:
|
||||
- EXTENSION_NO_DELETE
|
||||
- FIELD_SAME_DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user