summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Yakavets <yakavets@google.com>2023-11-22 14:14:25 -0800
committerEugene Yakavets <yakavets@google.com>2023-11-22 14:14:25 -0800
commit9bb1e27a08fa165b6bce13582732f640b16c7924 (patch)
tree0d5372fa5b1209144e6d416f3cbef7a9a9458b8f
parent840c32f438243f73d7eeb4dc960d48a4ef156c06 (diff)
downloaddata-binding-9bb1e27a08fa165b6bce13582732f640b16c7924.tar.gz
Update Lint baselines after ag/25441973
Change-Id: I1202e8006da8829b5064c92a708ee078807392aa
-rw-r--r--studio_compiler_lint_baseline.xml48
1 files changed, 2 insertions, 46 deletions
diff --git a/studio_compiler_lint_baseline.xml b/studio_compiler_lint_baseline.xml
index 5a677af6..fe181e08 100644
--- a/studio_compiler_lint_baseline.xml
+++ b/studio_compiler_lint_baseline.xml
@@ -1,48 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<issues format="6" by="lint 8.3.0-alpha14" type="baseline" client="" dependencies="true" name="" variant="all" version="8.3.0-alpha14">
+<issues format="6" by="lint 8.3.0-dev" type="baseline" client="" dependencies="true" name="" variant="all" version="8.3.0-dev">
- <issue
- id="AvoidByLazy"
- message="Avoid `by lazy` for simple lazy initialization"
- errorLine1=" val includedBinders by lazy {"
- errorLine2=" ~~~~">
- <location
- file="compiler/src/main/kotlin/android/databinding/tool/writer/LayoutBinderWriter.kt"
- line="346"
- column="28"/>
- </issue>
-
- <issue
- id="AvoidByLazy"
- message="Avoid `by lazy` for simple lazy initialization"
- errorLine1=" val variables by lazy {"
- errorLine2=" ~~~~">
- <location
- file="compiler/src/main/kotlin/android/databinding/tool/writer/LayoutBinderWriter.kt"
- line="350"
- column="22"/>
- </issue>
-
- <issue
- id="AvoidByLazy"
- message="Avoid `by lazy` for simple lazy initialization"
- errorLine1=" val callbacks by lazy {"
- errorLine2=" ~~~~">
- <location
- file="compiler/src/main/kotlin/android/databinding/tool/writer/LayoutBinderWriter.kt"
- line="354"
- column="22"/>
- </issue>
-
- <issue
- id="AvoidByLazy"
- message="Avoid `by lazy` for simple lazy initialization"
- errorLine1=" private val dataBindingKtxClass by lazy {"
- errorLine2=" ~~~~">
- <location
- file="compiler/src/main/java/android/databinding/tool/reflection/ModelAnalyzer.kt"
- line="150"
- column="40"/>
- </issue>
-
-</issues> \ No newline at end of file
+</issues>