czuger/square-dungeon-gen

View on GitHub
lib/hallways/hallway.rb

Summary

Maintainability
A
50 mins
Test Coverage

Method draw has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

  def draw( gc, width, height, min_x, max_x, min_y, max_y, x_decal: 0, y_decal: 0 )
Severity: Major
Found in lib/hallways/hallway.rb - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status