Skip to content

Avoid using egrep #24505

Avoid using egrep

Avoid using egrep #24505

Triggered via pull request March 28, 2024 21:18
Status Success
Total duration 2m 35s
Artifacts

static-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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]