Merge "Stop suppressing the ChangedDefault error" into main

This commit is contained in:
Anton Hansson
2023-11-08 10:23:42 +00:00
committed by Gerrit Code Review

View File

@@ -24,8 +24,6 @@ var (
"--repeat-errors-max 10", "--repeat-errors-max 10",
"--hide UnresolvedImport", "--hide UnresolvedImport",
"--hide InvalidNullabilityOverride", "--hide InvalidNullabilityOverride",
// b/223382732
"--hide ChangedDefault",
// 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.
@@ -54,8 +52,6 @@ var (
"--hide AnnotationExtraction", "--hide AnnotationExtraction",
// b/222738070 // b/222738070
"--hide BannedThrow", "--hide BannedThrow",
// b/223382732
"--hide ChangedDefault",
} }
MetalavaAnnotationsWarningsFlags = strings.Join(metalavaAnnotationsWarningsFlags, " ") MetalavaAnnotationsWarningsFlags = strings.Join(metalavaAnnotationsWarningsFlags, " ")