github.com/gravitational/teleport/api@v0.0.0-20240507183017-3110591cbafc/proto/buf-legacy.yaml (about) 1 version: v1 2 deps: 3 # gogo/protobuf v1.3.2, keep in sync with build.assets/Makefile. 4 - buf.build/gogo/protobuf:b03c65ea87cdc3521ede29f62fe3ce239267c1bc 5 lint: 6 use: 7 - DEFAULT 8 - PACKAGE_NO_IMPORT_CYCLE 9 # Top-level types require comments. 10 # TODO(codingllama): Fix messages and enable linters below. 11 # - COMMENT_ENUM 12 # - COMMENT_MESSAGE 13 - COMMENT_RPC 14 - COMMENT_SERVICE 15 except: 16 # MINIMAL 17 - PACKAGE_DIRECTORY_MATCH 18 # BASIC 19 - ENUM_VALUE_UPPER_SNAKE_CASE 20 - FIELD_LOWER_SNAKE_CASE 21 - ONEOF_LOWER_SNAKE_CASE 22 # DEFAULT 23 - ENUM_VALUE_PREFIX 24 - ENUM_ZERO_VALUE_SUFFIX 25 - PACKAGE_VERSION_SUFFIX 26 - RPC_REQUEST_RESPONSE_UNIQUE 27 - RPC_REQUEST_STANDARD_NAME 28 - RPC_RESPONSE_STANDARD_NAME 29 breaking: 30 use: 31 - "buf-legacy.yaml should not be used for buf breaking"