crawley-project/crawley

View on GitHub
crawley/web_browser/GUI/base.py

Summary

Maintainability
A
3 hrs
Test Coverage

Function setupUi has 76 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def setupUi(self, MainWindow):
        MainWindow.setObjectName("MainWindow")
        MainWindow.resize(1132, 671)
        self.centralwidget = QtGui.QWidget(MainWindow)
        font = QtGui.QFont()
Severity: Major
Found in crawley/web_browser/GUI/base.py - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status