hexlet-codebattle/codebattle

View on GitHub
services/app/apps/runner/dockers/kotlin/check/checker.kt

Summary

Maintainability
A
1 hr
Test Coverage

Method main has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

fun main(args: Array<String>) {
  var oldOut: PrintStream = System.out
  var executionResults: ArrayList<AssertResult> = ArrayList<AssertResult>()

  try {
Severity: Minor
Found in services/app/apps/runner/dockers/kotlin/check/checker.kt - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status