We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae3e6d commit 922a2e0Copy full SHA for 922a2e0
checker/checker_options.h
@@ -47,7 +47,7 @@ struct CheckerOptions {
47
//
48
// When enabled, the TypeCheckerBuilder will validate that type parameter
49
// names are simple identifiers when declared.
50
- bool enable_type_parameter_name_validation = false;
+ bool enable_type_parameter_name_validation = true;
51
52
// Well-known types defined by protobuf are treated specially in CEL, and
53
// generally don't behave like other messages as runtime values. When used as
0 commit comments