Merge "Re-enable the InvalidNullabilityOverride check" into main

This commit is contained in:
Anton Hansson 2023-11-17 11:19:21 +00:00 committed by Android (Google) Code Review
commit 7ecf7e9331

View file

@ -23,7 +23,6 @@ var (
"--format=v2",
"--repeat-errors-max 10",
"--hide UnresolvedImport",
"--hide InvalidNullabilityOverride",
// Force metalava to ignore classes on the classpath when an API file contains missing classes.
// See b/285140653 for more information.