Skip to content

Commit 922a2e0

Browse files
jnthntatumcopybara-github
authored andcommitted
Enable type param name validation by default.
PiperOrigin-RevId: 789504745
1 parent eae3e6d commit 922a2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checker/checker_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct CheckerOptions {
4747
//
4848
// When enabled, the TypeCheckerBuilder will validate that type parameter
4949
// names are simple identifiers when declared.
50-
bool enable_type_parameter_name_validation = false;
50+
bool enable_type_parameter_name_validation = true;
5151

5252
// Well-known types defined by protobuf are treated specially in CEL, and
5353
// generally don't behave like other messages as runtime values. When used as

0 commit comments

Comments
 (0)