mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 11:56:02 +02:00
* core/proto: update protoc dependencies * cleanup * disable unimplemented forward compatibility check * fix mock * add generate make command * add .0
14 lines
226 B
YAML
14 lines
226 B
YAML
version: v2
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
except:
|
|
- FIELD_NOT_REQUIRED
|
|
- PACKAGE_NO_IMPORT_CYCLE
|
|
disallow_comment_ignores: true
|
|
breaking:
|
|
use:
|
|
- FILE
|
|
except:
|
|
- EXTENSION_NO_DELETE
|
|
- FIELD_SAME_DEFAULT
|