Skip to content

Add check for whitespace at end of line #760

@pcgeek86

Description

@pcgeek86

To keep PowerShell code tidy, we should check to see if the line ends with whitespace characters. If it does, then we should recommend trimming the trailing whitespace, and even fix it automatically for the developer.

This is similar to one of the requirements in the PEP8 guideline for Python, which is validated by the Pylint module.

https://www.python.org/dev/peps/pep-0008/

Cheers,
Trevor Sullivan

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions