Suppress `LintImplTrimIndent` for `trimMargin()`

pull/1121/head
Simon Marquis 1 year 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( .files(
COMPOSABLE_STUB, COMPOSABLE_STUB,
STUBS, STUBS,
@Suppress("LintImplTrimIndent")
kotlin( kotlin(
""" """
|import androidx.compose.runtime.Composable |import androidx.compose.runtime.Composable
@ -121,6 +122,7 @@ class DesignSystemDetectorTest {
.files( .files(
COMPOSABLE_STUB, COMPOSABLE_STUB,
STUBS, STUBS,
@Suppress("LintImplTrimIndent")
kotlin( kotlin(
""" """
|fun main() { |fun main() {

Loading…
Cancel
Save