Skip to content

Commit b8c3f40

Browse files
committed
Update lint baseline
1 parent 9b1a8d0 commit b8c3f40

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

samples/navmodel-samples/lint-baseline.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<issues format="6" by="lint 8.5.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.2)" variant="all" version="8.5.2">
2+
<issues format="6" by="lint 8.9.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.9.2)" variant="all" version="8.9.2">
33

44
<issue
5-
id="SuspiciousModifierThen"
6-
message="Using Modifier.then with a Modifier factory function with an implicit receiver"
7-
errorLine1=" aspectRatio(1f)"
8-
errorLine2=" ~~~~~~~~~~~">
5+
id="ConfigurationScreenWidthHeight"
6+
message="Using Configuration.screenHeightDp instead of LocalWindowInfo.current.containerSize"
7+
errorLine1=" val screenHeight = LocalConfiguration.current.screenHeightDp"
8+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
99
<location
10-
file="src/main/kotlin/com/bumble/appyx/navmodel/spotlightadvanced/transitionhandler/SpotlightAdvancedSlider.kt"
11-
line="93"
12-
column="21"/>
10+
file="src/main/kotlin/com/bumble/appyx/navmodel/modal/ModalTransitionHandler.kt"
11+
line="34"
12+
column="28"/>
1313
</issue>
1414

1515
<issue

0 commit comments

Comments
 (0)