aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Duo Zhao <deltazulu@google.com>2023-10-03 23:33:41 -0700
committerCopybara-Service <copybara-worker@google.com>2023-10-03 23:34:09 -0700
commit4cdf417e30fe5e2114e8001f3db15663765414ee (patch)
tree61879507899d5792fc33e6d37012d67f19e04b0a
parent26f928309547ba3fcfa3503898f4a74d705cea95 (diff)
downloadbazelbuild-kotlin-rules-4cdf417e30fe5e2114e8001f3db15663765414ee.tar.gz
internal_change
PiperOrigin-RevId: 570599560 Change-Id: Idab00e5922bae0b9c38a9883b134a8e7d07a10a5
-rw-r--r--kotlin/common.bzl1
1 files changed, 0 insertions, 1 deletions
diff --git a/kotlin/common.bzl b/kotlin/common.bzl
index 07466f7..23ddd41 100644
--- a/kotlin/common.bzl
+++ b/kotlin/common.bzl
@@ -718,7 +718,6 @@ def _kt_jvm_library(
# TODO: Remove the is_android_library_without_kt_srcs condition once KtAndroidLint
# uses the same lint checks with AndroidLint
- disable_lint_checks = disable_lint_checks + kt_codegen_processing_env.get("disabled_lint_checks", [])
if force_android_lint or not is_android_library_without_kt_srcs:
lint_flags = [
"--java-language-level", # b/159950410