Linting tool for whitespace
Project description
Simple Linting tool for whitespace written in Python based on [bashlint](https://github.com/skudriashev/bashlint)
Installation
whitespacelint can be installed via the Python Package Index or from source.
Using pip to install whitespacelint:
$ pip install whitespacelint
You can download the source tarball and install whitespacelint as follows:
$ python setup.py install
or in development mode:
$ python setup.py develop
Rules list
W201 Trailing whitespace: Trailing whitespaces are superfluous:
Okay: echo Test# W201: echo Test #
W202 Blank line contains whitespace: Trailing whitespaces on blank lines are superfluous:
Okay: # W202: #
W203 Trailing semicolon: Trailing semicolons are superfluous:
Okay: echo Test# W203: echo Test;#
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for whitespacelint-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce1305c37d3d33b32a9ba10fe747b5107f121af15323d068e9019020a6a9b2f8 |
|
MD5 | 4849a37bbe7f40d1b8ceebe1d5ceee71 |
|
BLAKE2b-256 | d6c57cb6af5eba3c8c8d6c88e481c9a83aab25ef4d3f4f4be5e06922da1f9ebd |