Skip to content

Enhance non-UTF-8 file check in Codacy workflow #149

Enhance non-UTF-8 file check in Codacy workflow

Enhance non-UTF-8 file check in Codacy workflow #149

Triggered via push October 22, 2025 09:34
Status Success
Total duration 35s
Artifacts

lint.yml

on: push
Shellcheck
24s
Shellcheck
Fit to window
Zoom out
Zoom in

Annotations

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