mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add ignore option for FILE_OPTION_CHANGED
Explicitly ignore that we changed the `java_package` - we know, bro, it was on purpose. This is to handle the `buf` build errors introduced in #788.
This commit is contained in:
parent
fecb769415
commit
1db971af72
1 changed files with 2 additions and 0 deletions
2
buf.yaml
2
buf.yaml
|
|
@ -6,6 +6,8 @@ build:
|
|||
breaking:
|
||||
use:
|
||||
- FILE
|
||||
ignore:
|
||||
- FILE_OPTION_CHANGED
|
||||
lint:
|
||||
ignore_only:
|
||||
PACKAGE_DEFINED:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue