Skip to content

Commit

Permalink
disable buggy lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Jan 10, 2025
1 parent 6a8a45e commit 17d3930
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
<issue id="Recycle" severity="error" />
<issue id="KeyboardInaccessibleWidget" severity="error" />

<!-- these three don't work with Kotlin 2.1 for some reason
https://github.com/tuskyapp/Tusky/pull/4774 -->
<issue id="StateFlowValueCalledInComposition" severity="ignore" />
<issue id="CoroutineCreationDuringComposition" severity="ignore" />
<issue id="FlowOperatorInvokedInComposition" severity="ignore" />

<!-- Mark all other lint issues as warnings -->
<issue id="all" severity="warning" />
</lint>

0 comments on commit 17d3930

Please sign in to comment.