static-tests #24508
Annotations
5 warnings
static-tests:
dist/tools/eclipsesym/cmdline2xml.sh#L29
Double quote to prevent globbing and word splitting. [SC2086]
|
static-tests:
dist/tools/eclipsesym/cmdline2xml.sh#L29
Quote this to prevent word splitting. [SC2046]
|
static-tests:
dist/tools/eclipsesym/cmdline2xml.sh#L29
Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164]
|
static-tests:
dist/tools/eclipsesym/cmdline2xml.sh#L50
Expressions don't expand in single quotes, use double quotes for that. [SC2016]
|
static-tests:
dist/tools/eclipsesym/cmdline2xml.sh#L51
Expressions don't expand in single quotes, use double quotes for that. [SC2016]
|