Suppress `LintImplTrimIndent` for `trimMargin()`

pull/1121/head
Simon Marquis 10 months ago
parent a8450176ed
commit 59143b0b79
No known key found for this signature in database
GPG Key ID: AC8D63F7571DC6D6

@ -34,6 +34,7 @@ class DesignSystemDetectorTest {
.files(
COMPOSABLE_STUB,
STUBS,
@Suppress("LintImplTrimIndent")
kotlin(
"""
|import androidx.compose.runtime.Composable
@ -121,6 +122,7 @@ class DesignSystemDetectorTest {
.files(
COMPOSABLE_STUB,
STUBS,
@Suppress("LintImplTrimIndent")
kotlin(
"""
|fun main() {

Loading…
Cancel
Save