Open lloeki opened 6 years ago
A linter such as shellcheck with the proper config might be useful.
Also, look into imposing various styles, orders and such for arrays, variables, quotes, etc...
This simplifies life:
export SHELLCHECK_OPTS="-e SC2034 -e SC2164 -e SC2154"
A linter such as shellcheck with the proper config might be useful.
Also, look into imposing various styles, orders and such for arrays, variables, quotes, etc...