We could check the bash script content and warn if some bash best practice missing like `set -o pipefail` Maybe we can also add a flag to disable the check.
We could check the bash script content and warn if some bash best practice missing like
set -o pipefailMaybe we can also add a flag to disable the check.