yegor256/0pdd

View on GitHub
objects/tickets/tagged_tickets.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method submit has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def submit(puzzle)
    issue = @tickets.submit(puzzle)
    issue_id = issue[:number]
    yaml = @vcs.repo.config
    if yaml['tags'].is_a?(Array)
Severity: Minor
Found in objects/tickets/tagged_tickets.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status