Skip to content

Commit 59143b0

Browse files
committed
Suppress LintImplTrimIndent for trimMargin()
1 parent a845017 commit 59143b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lint/src/test/kotlin/com/google/samples/apps/nowinandroid/lint/designsystem/DesignSystemDetectorTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class DesignSystemDetectorTest {
3434
.files(
3535
COMPOSABLE_STUB,
3636
STUBS,
37+
@Suppress("LintImplTrimIndent")
3738
kotlin(
3839
"""
3940
|import androidx.compose.runtime.Composable
@@ -121,6 +122,7 @@ class DesignSystemDetectorTest {
121122
.files(
122123
COMPOSABLE_STUB,
123124
STUBS,
125+
@Suppress("LintImplTrimIndent")
124126
kotlin(
125127
"""
126128
|fun main() {

0 commit comments

Comments
 (0)