Skip to content

Commit

Permalink
Fix diktat findings
Browse files Browse the repository at this point in the history
### What's done:
* Fix diktat findings
  • Loading branch information
petertrr committed Jun 1, 2022
1 parent c8ba068 commit f1f3b59
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -9,7 +9,13 @@ import org.slf4j.LoggerFactory
*/
class TestCheckWarn : TestCompare() {
@Suppress("MISSING_KDOC_CLASS_ELEMENTS") override val log: Logger = LoggerFactory.getLogger(TestCheckWarn::class.java)
@Suppress("UnusedPrivateMember", "UNUSED", "VarCouldBeVal") private var testConfig: TestConfig? = null

@Suppress(
"UnusedPrivateMember",
"UNUSED",
"VarCouldBeVal"
)
private var testConfig: TestConfig? = null

/**
* Get tests execution result
Expand Down

0 comments on commit f1f3b59

Please sign in to comment.