bashate-3.7
bash script style guide checker - Python 3.x
Install
- All systems
-
curl cmd.cat/bashate-3.7.sh
- Debian
-
apt-get install python3-bashate
- Ubuntu
-
apt-get install python3-bashate
- Kali Linux
-
apt-get install python3-bashate
- Fedora
-
dnf install python3-bashate
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-bashate
- Raspbian
-
apt-get install python3-bashate
- Dockerfile
- dockerfile.run/bashate-3.7
python3-bashate
bash script style guide checker - Python 3.x
This program attempts to be an automated style checker for bash scripts to fill the same part of code review that pep8 does in most OpenStack projects. It started from humble beginnings in the DevStack project, and will continue to evolve over time. This package contains the Python 3.x module and command line utility.