mumuki/mumuki-gobstones-runner

View on GitHub
lib/feedback_hook.rb

Summary

Maintainability
B
5 hrs
Test Coverage

Class GobstonesExplainer has 39 methods (exceeds 20 allowed). Consider refactoring.
Open

  class GobstonesExplainer < Mumukit::Explainer
    def explain_program_has_a_name(submission, result)
      if identifier_instead_of_brace? result
        (submission.match malformed_program_header_with_name).try do |it|
          { name: it[1] }
Severity: Minor
Found in lib/feedback_hook.rb - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status