GitHub Actions / Checkstyle
completed
Jul 17, 2024 in 0s
Checkstyle Source Code Analyzer report
2 violation(s) found
Annotations
github-actions / Checkstyle
detekt.WildcardImport
org.junit.jupiter.api.Assertions.* is a wildcard import. Replace it with fully qualified imports.
github-actions / Checkstyle
detekt.MaxLineLength
Line detected, which is longer than the defined maximum line length in the code style.
Loading