maestro-server/report-app

View on GitHub

Showing 307 of 307 total issues

Line too long (86 > 79 characters)
Open

    MAESTRO_REPORT_URI = os.environ.get("MAESTRO_REPORT_URI", "http://localhost:5005")
Severity: Minor
Found in instance/config.py by pep8

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.

No newline at end of file
Open

    CELERY_DEFAULT_QUEUE = 'reports'
Severity: Minor
Found in instance/config.py by pep8

Trailing blank lines are superfluous.

Okay: spam(1)
W391: spam(1)\n

However the last line should end with a new line (warning W292).

XXX found
Open

| MAESTRO_NOAUTH            | XXX                   | Secret Pass - validate private connections |
Severity: Minor
Found in README.md by fixme

XXX found
Open

| MAESTRO_SECRETJWT_PRIVATE | XXX                   | Secret Key - JWT private connections       |
Severity: Minor
Found in README.md by fixme

FIXME found
Open

    # FIXME: Add support for setting WEP keys
Severity: Minor
Found in share/doc/pycurl/examples/linksys.py by fixme

FIXME found
Open

    # FIXME: add Filters and other advanced features
Severity: Minor
Found in share/doc/pycurl/examples/linksys.py by fixme

FIXME found
Open

    # FIXME: add support for setting WINS key
Severity: Minor
Found in share/doc/pycurl/examples/linksys.py by fixme
Severity
Category
Status
Source
Language