Skip to content

Commit

Permalink
Update lint baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed Jan 7, 2025
1 parent d747fc6 commit 259655f
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion samples/navmodel-samples/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.2.2" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.2)" variant="all" version="7.2.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">

<issue
id="SuspiciousModifierThen"
message="Using Modifier.then with a Modifier factory function with an implicit receiver"
errorLine1=" aspectRatio(1f)"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/kotlin/com/bumble/appyx/navmodel/spotlightadvanced/transitionhandler/SpotlightAdvancedSlider.kt"
line="93"
column="21"/>
</issue>

<issue
id="UseOfNonLambdaOffsetOverload"
message="State backed values should use the lambda overload of Modifier.offset"
errorLine1=" offset(x = Dp(0f), y = Dp(screenHeight * offset.value))"
errorLine2=" ~~~~~~">
<location
file="src/main/kotlin/com/bumble/appyx/navmodel/modal/ModalTransitionHandler.kt"
line="40"
column="9"/>
</issue>

</issues>

0 comments on commit 259655f

Please sign in to comment.