Drakirus/Sudoku

View on GitHub
vue/overlay_option.rb

Summary

Maintainability
B
4 hrs
Test Coverage

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

  def initialize()#:nodoc:
    super()
    vBox = Gtk::Box.new(:vertical,10)

    separator = Gtk::Label.new "", :use_underline => true, :xalign=>0
Severity: Minor
Found in vue/overlay_option.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 100 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def initialize()#:nodoc:
    super()
    vBox = Gtk::Box.new(:vertical,10)

    separator = Gtk::Label.new "", :use_underline => true, :xalign=>0
Severity: Major
Found in vue/overlay_option.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status