mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Remove staticanalysis best practices options from enums.proto
PiperOrigin-RevId: 673845079
This commit is contained in:
parent
5d9deab879
commit
cb6b460cc9
2 changed files with 0 additions and 8 deletions
|
|
@ -172,7 +172,6 @@ proto_library(
|
|||
name = "enums_proto",
|
||||
testonly = True,
|
||||
srcs = ["enums.proto"],
|
||||
deps = ["//devtools/staticanalysis/pipeline/analyzers/proto_best_practices/proto:optouts_proto"],
|
||||
)
|
||||
|
||||
rust_cc_proto_library(
|
||||
|
|
|
|||
|
|
@ -11,13 +11,6 @@ syntax = "proto3";
|
|||
|
||||
package enums;
|
||||
|
||||
import "devtools/staticanalysis/pipeline/analyzers/proto_best_practices/proto/optouts.proto";
|
||||
|
||||
option (proto_best_practices.file_optouts) = {
|
||||
categories: ENUM_DEFAULT_VALUE_NAME_CONFLICT
|
||||
categories: ENUM_VALUE_NAMES
|
||||
};
|
||||
|
||||
// This should result in an enum with these accessible values:
|
||||
// - Unknown = 0
|
||||
// - Unrecognized = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue