chore(deps): update dependency @playwright/test to v1.61.1#79
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @playwright/test to v1.61.1#79renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Garnix CI / check shellcheck-check [x86_64-linux]
succeeded
Jun 23, 2026 in 16m 54s
check shellcheck-check [x86_64-linux]
check shellcheck-check [x86_64-linux] succeeded
Details
Last 100 lines of logs:
shellcheck-check> ^-- SC2035 (info): Use ./*glob* or -- *glob* so names with dashes won't become options.
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./pkgs/identity/deploy.sh line 12:
shellcheck-check> if [ "$#" -gt 0 ]; then
shellcheck-check> ^------------^ SC2292 (style): Prefer [[ ]] over [ ] for tests in Bash/Ksh/Busybox.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if [[ "$#" -gt 0 ]]; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./pkgs/identity/deploy.sh line 13:
shellcheck-check> deploy $@
shellcheck-check> ^-- SC2068 (error): Double quote array expansions to avoid re-splitting elements.
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 9:
shellcheck-check> fusermount -u "$MOUNT_DIR" 2>/dev/null
shellcheck-check> ^--------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> fusermount -u "${MOUNT_DIR}" 2>/dev/null
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 13:
shellcheck-check> rm -rf "$MOUNT_DIR"
shellcheck-check> ^--------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> rm -rf "${MOUNT_DIR}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 14:
shellcheck-check> mkdir -p "$MOUNT_DIR"
shellcheck-check> ^--------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> mkdir -p "${MOUNT_DIR}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 18:
shellcheck-check> if [ $? -ne 0 ]; then
shellcheck-check> ^----------^ SC2292 (style): Prefer [[ ]] over [ ] for tests in Bash/Ksh/Busybox.
shellcheck-check> ^-- SC2181 (style): Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if [[ $? -ne 0 ]]; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 24:
shellcheck-check> simple-mtpfs --device 1 -o allow_other,default_permissions "$MOUNT_DIR"
shellcheck-check> ^--------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> simple-mtpfs --device 1 -o allow_other,default_permissions "${MOUNT_DIR}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 26:
shellcheck-check> if [ $? -eq 0 ]; then
shellcheck-check> ^----------^ SC2292 (style): Prefer [[ ]] over [ ] for tests in Bash/Ksh/Busybox.
shellcheck-check> ^-- SC2181 (style): Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if [[ $? -eq 0 ]]; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 28:
shellcheck-check> chmod 755 "$MOUNT_DIR"
shellcheck-check> ^--------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> chmod 755 "${MOUNT_DIR}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 30:
shellcheck-check> echo "Phone successfully mounted at: $MOUNT_DIR"
shellcheck-check> ^--------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> echo "Phone successfully mounted at: ${MOUNT_DIR}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./mount-mtp.sh line 35:
shellcheck-check> echo "To unmount: fusermount -u $MOUNT_DIR"
shellcheck-check> ^--------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> echo "To unmount: fusermount -u ${MOUNT_DIR}"
shellcheck-check>
shellcheck-check> For more information:
shellcheck-check> https://www.shellcheck.net/wiki/SC1054 -- You need a space after the '{'.
shellcheck-check> https://www.shellcheck.net/wiki/SC1055 -- You need at least one command her...
shellcheck-check> https://www.shellcheck.net/wiki/SC2068 -- Double quote array expansions to ...
shellcheck-check> buildPhase completed in 15 minutes 18 seconds
shellcheck-check> Running phase: installPhase
shellcheck-check> Running phase: fixupPhase
shellcheck-check> shrinking RPATHs of ELF executables and libraries in /nix/store/g1pl0mvi0x3ywq7j5il347vv4ha9la03-shellcheck-check
shellcheck-check> checking for references to /build/ in /nix/store/g1pl0mvi0x3ywq7j5il347vv4ha9la03-shellcheck-check...
shellcheck-check> patching script interpreter paths in /nix/store/g1pl0mvi0x3ywq7j5il347vv4ha9la03-shellcheck-check
Uploaded /nix/store/g1pl0mvi0x3ywq7j5il347vv4ha9la03-shellcheck-check to the garnix binary cache.
Loading