Skip to content

Commit 779ad9a

Browse files
Suppress Detekt warning
1 parent 1c64686 commit 779ad9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java-tests/validating/src/test/kotlin/io/spine/test/options/goes/GoesMutualITest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ internal class GoesMutualITest {
9999
}
100100
}
101101

102+
@Suppress("MaxLineLength") // Due to a long method source.
102103
@MethodSource("io.spine.test.options.goes.given.GoesMutualTestEnv#messagesWithInterdependentFields")
103104
@ParameterizedTest(name = "pass if both mutually dependent fields are not set")
104105
fun passIfBothMutuallyDependentFieldsNotSet(message: Class<out Message>) {

0 commit comments

Comments
 (0)