mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
chore: refresh lint baseline
This commit is contained in:
parent
af799e0165
commit
65f7013e78
8 changed files with 29 additions and 8 deletions
|
@ -1,5 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 8.3.0-alpha16" type="baseline" client="gradle" dependencies="true" name="AGP (8.3.0-alpha16)" variant="all" version="8.3.0-alpha16">
|
||||
<issues format="6" by="lint 8.3.0-rc02" type="baseline" client="gradle" dependencies="true" name="AGP (8.3.0-rc02)" variant="all" version="8.3.0-rc02">
|
||||
|
||||
<issue
|
||||
id="ObsoleteLintCustomCheck"
|
||||
message="Library lint checks reference invalid APIs; these checks **will be skipped**!

Lint found an issue registry (`androidx.compose.ui.lint.UiIssueRegistry`)
which contains some references to invalid API:
com.android.tools.lint.detector.api.UastLintUtilsKt: boolean isIncorrectImplicitReturnInLambda(org.jetbrains.uast.UElement)
(Referenced from androidx/compose/ui/lint/ReturnFromAwaitPointerEventScopeDetector.class)

Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`UnnecessaryComposedModifier`
`ModifierFactoryExtensionFunction`
`ModifierFactoryReturnType`
`ModifierFactoryUnreferencedReceiver`
`ModifierNodeInspectableProperties`
`ModifierParameter`
`MultipleAwaitPointerEventScopes`
`ReturnFromAwaitPointerEventScope`
`SuspiciousCompositionLocalModifierRead`
`SuspiciousModifierThen`

To use this lint check, upgrade to a more recent version
of the library.">
|
||||
<location
|
||||
file="../../../.gradle/caches/transforms-4/5597572e60f903af6673942780c1acb6/transformed/ui-release/jars/lint.jar"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="VectorPath"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue