From 73dca5c9059d68f5a03cc2474fb2e478eec6be8f Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Mon, 21 Mar 2022 18:56:14 +0000 Subject: [PATCH] Revert "225341614: Enforce ExtraText in platform builds" This reverts commit 4c471458ecb719b30a19e1fa2ebfca64acaa212d. Reason for revert: There were failures in some build targets that must not have run during presubmit checks (for example, aosp-master/errorprone@8332220) Change-Id: I220fd70df663ba49d876fb3ebf841fa9f3f06b97 --- java/lint_defaults.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/lint_defaults.txt b/java/lint_defaults.txt index 3cc436ccf..4bc0c5fd4 100644 --- a/java/lint_defaults.txt +++ b/java/lint_defaults.txt @@ -1,8 +1,6 @@ # Treat LintError as fatal to catch invocation errors --fatal_check LintError ---fatal_check ExtraText # 225341614 - # Checks which do not apply to the platform (implementation # in lint assumes that it's running on app code)