version: v2 # proto/ is a git submodule pointing at block/proto (the canonical shared # proto repo). The CLI in this module consumes the orchestrator v1 API # surface; everything else under the submodule (blockninja, helpdesk) is # excluded from generation. Within orchestrator/v1 only plugin_registry and # accounts are wired through the CLI today, but generating the rest is cheap # and lets us add new callers without retouching this config. modules: - path: proto includes: - proto/orchestrator/v1 lint: use: - STANDARD except: - PACKAGE_SAME_GO_PACKAGE - RPC_REQUEST_RESPONSE_UNIQUE breaking: use: - FILE