Re-enable the InvalidNullabilityOverride check
It's been disabled previously due to pre-existing failures. Baseline those and remove the disabling. Ignore-AOSP-First: This error is not being re-enabled in AOSP yet Bug: 222738070 Test: m checkapi Change-Id: I3382152186d7d8f63da7c1cc95d3ef962f422642
This commit is contained in:
@@ -23,7 +23,6 @@ var (
|
|||||||
"--format=v2",
|
"--format=v2",
|
||||||
"--repeat-errors-max 10",
|
"--repeat-errors-max 10",
|
||||||
"--hide UnresolvedImport",
|
"--hide UnresolvedImport",
|
||||||
"--hide InvalidNullabilityOverride",
|
|
||||||
|
|
||||||
// Force metalava to ignore classes on the classpath when an API file contains missing classes.
|
// Force metalava to ignore classes on the classpath when an API file contains missing classes.
|
||||||
// See b/285140653 for more information.
|
// See b/285140653 for more information.
|
||||||
|
Reference in New Issue
Block a user