Skip to content

revised/improved logic in .bashrc for memory and system updates. #155

revised/improved logic in .bashrc for memory and system updates.

revised/improved logic in .bashrc for memory and system updates. #155

Triggered via pull request October 22, 2025 10:22
Status Success
Total duration 33s
Artifacts

lint.yml

on: pull_request
Shellcheck
23s
Shellcheck
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Shellcheck: ./du_setup.sh#L4545
note: Not following: /etc/os-release was not specified as input (see shellcheck -x). [SC1091]
Shellcheck: ./du_setup.sh#L4017
note: Double quote to prevent globbing and word splitting. [SC2086]
Shellcheck: ./du_setup.sh#L3644
note: Not following: /etc/os-release was not specified as input (see shellcheck -x). [SC1091]
Shellcheck: ./du_setup.sh#L3642
note: Double quote to prevent globbing and word splitting. [SC2086]
Shellcheck: ./du_setup.sh#L2949
note: Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. [SC2181]
Shellcheck: ./du_setup.sh#L2532
note: This variable is assigned to itself, so the assignment does nothing. [SC2269]
Shellcheck: ./du_setup.sh#L2531
note: Not following: /etc/os-release was not specified as input (see shellcheck -x). [SC1091]