batebates/sudoku

View on GitHub
src/view/ConfigDialog.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method createEntry has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def createEntry(modConf)
        hBox = Gtk::Box.new(:horizontal, 2)
        #css
        hBox.name = "configEntry"
        #css
Severity: Minor
Found in src/view/ConfigDialog.rb - About 2 hrs to fix

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

    def initialize()
        @confEntry = Config.entries
        @entryNewList = Array.new

        @avatarList = Dir[AssetManager.assetsDir() + "/avatar_small/*.png"]
Severity: Minor
Found in src/view/ConfigDialog.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status