blob: 297d2d8d5dc634b857235293713def619cabf486 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.11.0-alpha03" type="baseline" client="gradle" dependencies="true" name="AGP (8.11.0-alpha03)" variant="all" version="8.11.0-alpha03">
<issue
id="ComposableNaming"
message="Composable functions that return Unit should start with an uppercase letter"
errorLine1="fun windowInsetsNestedScrollDemo() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/WindowInsetsConnectionSample.kt"/>
</issue>
<issue
id="ComposableNaming"
message="Composable functions that return Unit should start with an uppercase letter"
errorLine1="fun recalculateWindowInsetsSample() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/WindowInsetsPaddingSample.kt"/>
</issue>
<issue
id="ComposableNaming"
message="Composable functions that return Unit should start with an uppercase letter"
errorLine1="fun consumeWindowInsetsWithPaddingSample() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/WindowInsetsPaddingSample.kt"/>
</issue>
<issue
id="ComposableNaming"
message="Composable functions that return Unit should start with an uppercase letter"
errorLine1="fun unconsumedWindowInsetsWithPaddingSample() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/WindowInsetsPaddingSample.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var maxLines by remember { mutableStateOf(2) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/ContextualFlowColumnSample.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var maxLines by remember { mutableStateOf(2) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/ContextualFlowRowSample.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var maxLines by remember { mutableStateOf(2) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/FlowColumnSample.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var maxLines by remember { mutableStateOf(2) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/FlowColumnSample.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var maxLines by remember { mutableStateOf(2) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/FlowRowSample.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var maxLines by remember { mutableStateOf(2) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/FlowRowSample.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var offset by remember { mutableStateOf(0) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/LayoutOffsetSample.kt"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var offset by remember { mutableStateOf(0) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/compose/foundation/layout/samples/LayoutOffsetSample.kt"/>
</issue>
</issues>