Skip PRESUBMIT.py NullAway upload check downstream
Bug: None Change-Id: I3dec5bb3f0bd7b265c1f54e1179af9924b5e8d5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6438258 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/main@{#1444253}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
0839acbbfa
commit
2bdd8ad6e8
@ -7597,6 +7597,10 @@ a subclass of it), or use "@Rule BaseRobolectricTestRule".
|
||||
def _CheckAndroidNullAwayAnnotatedClasses(input_api, output_api):
|
||||
"""Checks that Java classes/interfaces/annotations are null-annotated."""
|
||||
|
||||
# Temporary, crbug.com/389129271
|
||||
if input_api.change.RepositoryRoot().endswith('clank'):
|
||||
return []
|
||||
|
||||
nullmarked_annotation = input_api.re.compile(r'^\s*@(NullMarked|NullUnmarked)')
|
||||
|
||||
missing_annotation_errors = []
|
||||
|
Reference in New Issue
Block a user