Bash linting tool
Project description
Simple Bash linting tool written in Python.
Installation
bashlint can be installed via the Python Package Index or from source.
Using pip to install bashlint:
$ pip install bashlint
You can download the source tarball and install bashlint 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 Distribution
bashlint-0.1.1.tar.gz
(3.5 kB
view details)
File details
Details for the file bashlint-0.1.1.tar.gz
.
File metadata
- Download URL: bashlint-0.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcfc7339ad4f76d67bae13c67e7186e23261ac3b4c040df4d5ad75eb4d9ad3e6 |
|
MD5 | 7cbfc514aeed6eb5443922338b301df6 |
|
BLAKE2b-256 | 789276fbd62ecbc4de3cbd1768d8e38fb93a1f60f9d06223903ed73ab64a0b68 |