38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="all" version="7.1.3">
|
|
|
|
<issue
|
|
id="ComposableNaming"
|
|
message="Composable functions that return Unit should start with an uppercase letter"
|
|
errorLine1=" fun ParentNode<T>.children("
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/kotlin/com/bumble/appyx/core/composable/Children.kt"
|
|
line="90"
|
|
column="23"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ComposableNaming"
|
|
message="Composable functions that return Unit should start with an uppercase letter"
|
|
errorLine1=" fun ParentNode<T>.children("
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/kotlin/com/bumble/appyx/core/composable/Children.kt"
|
|
line="102"
|
|
column="23"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ComposableNaming"
|
|
message="Composable functions that return Unit should start with an uppercase letter"
|
|
errorLine1=" private fun ParentNode<T>._children("
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/kotlin/com/bumble/appyx/core/composable/Children.kt"
|
|
line="118"
|
|
column="31"/>
|
|
</issue>
|
|
|
|
</issues>
|