treefmt-check:
if [[ -z $VIRTUAL_ENV || ! -d $VIRTUAL_ENV ]]; then
^-- SC3010 (warning): In POSIX sh, [[ ]] is undefined.
For more information:
https:/ …
treefmt-check:
if [[ -z $VIRTUAL_ENV || ! -d $VIRTUAL_ENV ]]; then
^-- SC3010 (warning): In POSIX sh, [[ ]] is undefined.
For more information:
https://www.shellcheck.net/wiki/SC3010 -- In POSIX sh, [[ ]] is undefined.
traversed 420 files
emitted 413 files for processing
formatted 410 files (2 changed) in 801ms
Error: failed to finalise formatting: formatting failures detected
|