steromano87/Woodpecker

View on GitHub

Showing 43 of 51 total issues

Trailing whitespace
Open

    If an existing installation is found, returns an error 
Severity: Minor
Found in woodpecker/cli/commands/init.py by pep8

Trailing whitespace is superfluous.

The warning returned varies on whether the line itself is blank,
for easier filtering for those who want to indent their blank lines.

Okay: spam(1)\n#
W291: spam(1) \n#
W293: class Foo(object):\n    \n    bang = 12

Trailing whitespace
Open

    Lightweight, Python based load test tool 
Severity: Minor
Found in woodpecker/cli/woodpecker.py by pep8

Trailing whitespace is superfluous.

The warning returned varies on whether the line itself is blank,
for easier filtering for those who want to indent their blank lines.

Okay: spam(1)\n#
W291: spam(1) \n#
W293: class Foo(object):\n    \n    bang = 12

FIXME found
Open

                    # FIXME: understand how to show warning
Severity: Minor
Found in woodpecker/io/variablejar.py by fixme
Severity
Category
Status
Source
Language