maestro-server/analytics-maestro

View on GitHub
app/libs/drawing/helpers/connector/drawPointerConnector.py

Summary

Maintainability
A
45 mins
Test Coverage
F
47%

Function _factory_matrix has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def _factory_matrix(self, pos, size, alloc='mid', point='node', view='front', om=(0, 0)):
Severity: Minor
Found in app/libs/drawing/helpers/connector/drawPointerConnector.py - About 45 mins to fix

    No newline at end of file
    Open

            self._path.add_point(*npos)

    Trailing blank lines are superfluous.

    Okay: spam(1)
    W391: spam(1)\n
    
    However the last line should end with a new line (warning W292).

    Line too long (93 > 79 characters)
    Open

        def _factory_matrix(self, pos, size, alloc='mid', point='node', view='front', om=(0, 0)):

    Limit all lines to a maximum of 79 characters.

    There are still many devices around that are limited to 80 character
    lines; plus, limiting windows to 80 characters makes it possible to
    have several windows side-by-side.  The default wrapping on such
    devices looks ugly.  Therefore, please limit all lines to a maximum
    of 79 characters. For flowing long blocks of text (docstrings or
    comments), limiting the length to 72 characters is recommended.
    
    Reports error E501.

    There are no issues that match your filters.

    Category
    Status