Merge "Re-enable the bannedThrow check" into main

This commit is contained in:
Anton Hansson
2023-11-09 20:50:00 +00:00
committed by Android (Google) Code Review

View File

@@ -50,8 +50,6 @@ var (
"--hide HiddenTypedefConstant",
"--hide SuperfluousPrefix",
"--hide AnnotationExtraction",
// b/222738070
"--hide BannedThrow",
}
MetalavaAnnotationsWarningsFlags = strings.Join(metalavaAnnotationsWarningsFlags, " ")