Merge "Disable IdentifierName" into main

This commit is contained in:
Cole Faust 2024-12-06 18:53:16 +00:00 committed by Gerrit Code Review
commit e8bc98a027

View file

@ -8,4 +8,6 @@
// in internal first, and then aosp, create this variable that we can fill out in internal in the
// same topic as the errorprone update, then move the flag out of the variable after the update,
// then remove the variable.
disable_identifiername_for_errorprone_update = []
disable_identifiername_for_errorprone_update = [
"-Xep:IdentifierName:OFF",
]