Drakirus/Sudoku

View on GitHub
vue/route_game.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method has too many lines. [40/30]
Open

  def initialize(window, board)
    super()
    @window = window

    hBox = Gtk::Box.new(:horizontal,2)
Severity: Minor
Found in vue/route_game.rb by rubocop

This cop checks if the length of a method exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

Method initialize has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def initialize(window, board)
    super()
    @window = window

    hBox = Gtk::Box.new(:horizontal,2)
Severity: Minor
Found in vue/route_game.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status