Suppress `LintImplTrimIndent` for `trimMargin()`

pull/1837/head
Simon Marquis 2 years ago
parent 357dabc10a
commit 9e780cd5e9

@ -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