saagie / updatarium

Updatarium : Update everything
Apache License 2.0
14 stars 6 forks source link

Warn when a bash action missing the `set -o pipefail` #116

Open ilaborie opened 4 years ago

ilaborie commented 4 years ago

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.

ilaborie commented 4 years ago

Need to allow with other set arguments like set -euxo pipefail