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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size whitespacelint-1.0.1-py2.py3-none-any.whl (6.4 kB) | File type Wheel | Python version 2.7 | Upload date | Hashes View |
Close
Hashes for whitespacelint-1.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 462a7e04f3a781bc41b99e6e10ce599ee9e4912280c2f400405736322c630935 |
|
MD5 | 70ecc3f314dee016fb552b96c6e3e414 |
|
BLAKE2-256 | 4a6bb43c68cc4600b9c0a41034724c32451e11155351d205bbb4d0972f221f8b |