hexlet-codebattle/codebattle

View on GitHub
services/app/apps/runner/dockers/ruby/checker.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method call has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.call
    original_stdout = $stdout
    $stdout = StringIO.new
    @execution_result = []
    args_list = JSON.parse(File.read(File.join(__dir__, './check/asserts.json')))
Severity: Minor
Found in services/app/apps/runner/dockers/ruby/checker.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status