dist/tools/vera++: exclude tests/pkg_utensor/models/deep_mlp_weight.hpp
This commit is contained in:
parent
40d72df91f
commit
1892da1b1a
4
dist/tools/vera++/check.sh
vendored
4
dist/tools/vera++/check.sh
vendored
@ -12,6 +12,10 @@ CURDIR=$(cd "$(dirname "$0")" && pwd)
|
||||
: "${WARNING:=1}"
|
||||
|
||||
. "$RIOTBASE"/dist/tools/ci/changed_files.sh
|
||||
# tests/pkg_utensor/models/deep_mlp_weight.hpp is an auto-generated file
|
||||
# with lots of commas so T009 takes very long. Since it is auto-generated, just
|
||||
# exclude it.
|
||||
EXCLUDE='^(.+/vendor/|dist/tools/coccinelle/include|dist/tools/fixdep/fixdep.c|dist/tools/lpc2k_pgm/src|tests/pkg_utensor/models)'
|
||||
FILES=$(changed_files)
|
||||
|
||||
if [ -z "${FILES}" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user