bash_validator

Description

bash_validator is an overlay of shellcheck which is a tool for static analysis of shell code in order to avoid certain bugs and help you follow good practices.

This project will efficiently take care of finding all shell scripts in a given tree and running shellcheck with the correct parameters.

bash_validator est une surcouche de shellcheck qui est un outil d’analyse statique du code shell afin d’éviter certains bugs et vous aidez à suivre de bonnes pratiques.

Ce projet prendra en charge, de manière efficace, la recherche de tous les scripts shell dans une arborescence donnée et lancera shellcheck avec les bons paramètres.

Installation

To install, update the following script using the chosen version button, then run:

Pour installer, mettez à jour le script suivant à l’aide du bouton de la version choisie, puis exécutez :



tar -zxf bash_validator-*.tar.gz &&
cd bash_validator/ &&
sudo ./bash_validator-install.sh