Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion checker/checker_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ struct CheckerOptions {
//
// Temporary flag to allow rolling out the change. No functional changes to
// evaluation behavior in either mode.
bool enable_function_name_in_reference = true;
bool enable_function_name_in_reference = false;

// If true, the checker will use the proto json field names for protobuf
// messages. Unlike protojson parsers, it will not accept the standard proto
Expand Down
Loading