steromano87/Woodpecker

View on GitHub
woodpecker/cli/commands/generate.py

Summary

Maintainability
A
0 mins
Test Coverage

Trailing whitespace
Open

    If the sequence type is provided, all the required include statements 
Severity: Minor
Found in woodpecker/cli/commands/generate.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

    If the sequence type is provided, all the required include statements 
Severity: Minor
Found in woodpecker/cli/commands/generate.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

    will be automatically added, else the type of the sequence will be 
Severity: Minor
Found in woodpecker/cli/commands/generate.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

There are no issues that match your filters.

Category
Status