Skip to content

Add tests for kotlet.tracing

Sign in for the full log view
GitHub Actions / Checkstyle completed Jul 17, 2024 in 0s

Checkstyle Source Code Analyzer report

2 violation(s) found

Annotations

Check warning on line 6 in tracing/src/test/kotlin/kotlet/tracing/DefaultHttpCallSanitizerUnitTest.kt

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

detekt.WildcardImport

org.junit.jupiter.api.Assertions.* is a wildcard import. Replace it with fully qualified imports.

Check warning on line 23 in tracing/src/test/kotlin/kotlet/tracing/DefaultHttpCallSanitizerUnitTest.kt

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

detekt.MaxLineLength

Line detected, which is longer than the defined maximum line length in the code style.