Enhance non-UTF-8 file check in Codacy workflow #149
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]
|