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;#
Release files for whitespacelint 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| whitespacelint-1.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / whitespacelint-1.1.0-py2.py3-none-any.whl
| Download URL | whitespacelint-1.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9af318c8c13e2a354f00dbf8218a91efb20ec655ea5b48325c332b26ad758622
|
|
BLAKE2b-256 checksum How to use checksums |
4c204faedd43c90194186b43e5f8c41c3779ff477e1600830bfabf8f9f588ff6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|