chore: apply shellcheck auto fixes
To apply auto-fixes, the below command was run from the repo root: find . -type f -name '*.sh' -exec sh -c 'shellcheck -f diff "$1" | patch "$1"' _ {} \;
Showing
Please register or sign in to comment
To apply auto-fixes, the below command was run from the repo root: find . -type f -name '*.sh' -exec sh -c 'shellcheck -f diff "$1" | patch "$1"' _ {} \;