mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
Merge pull request #13403 from jia200x/pr/vera++_relax_errors
vera++: remove non-zero exit code
This commit is contained in:
commit
953e8c9c15
4
dist/tools/vera++/check.sh
vendored
4
dist/tools/vera++/check.sh
vendored
@ -29,8 +29,8 @@ VERA_CMD="vera++ --root $CURDIR --exclusions $CURDIR/exclude $_QUIET"
|
||||
|
||||
if [ $WARNING -ne 0 ]; then
|
||||
echo "$FILES" | $VERA_CMD --profile riot \
|
||||
--parameters $CURDIR/profiles/riot_params.txt | sed 's/^/warning: /g'
|
||||
--parameters $CURDIR/profiles/riot_params.txt -w | sed 's/^/warning: /g'
|
||||
fi
|
||||
|
||||
echo "$FILES" | $VERA_CMD --profile riot_force \
|
||||
--parameters $CURDIR/profiles/riot_force_params.txt --error
|
||||
--parameters $CURDIR/profiles/riot_force_params.txt -w
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user