nixbot

builds

failed treefmt-check x86_64-linux.treefmt · build #4 · raw

1treefmt v2.5.0ERRO formatter | shellcheck: failed to apply with options '[]': exit status 1234In homeModules/programs/misc-programs/direnv-stdlib.sh line 4:5 if [[ ! -f "$PYPROJECT_TOML" ]]; then6 ^--------------------------^ SC3010 (warning): In POSIX sh, [[ ]] is undefined.789In homeModules/programs/misc-programs/direnv-stdlib.sh line 9:10 if [[ -d ".venv" ]]; then11 ^--------------^ SC3010 (warning): In POSIX sh, [[ ]] is undefined.121314In homeModules/programs/misc-programs/direnv-stdlib.sh line 18:15 if [[ -z $VIRTUAL_ENV || ! -d $VIRTUAL_ENV ]]; then16 ^-- SC3010 (warning): In POSIX sh, [[ ]] is undefined.1718For more information:19 https://www.shellcheck.net/wiki/SC3010 -- In POSIX sh, [[ ]] is undefined.2021traversed 420 files22emitted 413 files for processing23formatted 410 files (2 changed) in 801ms24Error: failed to finalise formatting: formatting failures detected