dist/cppcheck: exclude only vendor headers

pr/rotary
Hauke Petersen 7 years ago
parent 1ae911e889
commit 0fb3ee3b9b

@ -18,7 +18,7 @@ fi
BRANCH=${1}
FILEREGEX='\.([CcHhSs]|[ch]pp)$'
EXCLUDE='^(cpu/saml21/include/atmel/)|^(cpu/cortexm_common/include/)'
EXCLUDE='^(.+/include/vendor/)'
# If no branch but an option is given, unset BRANCH.
# Otherwise, consume this parameter.

Loading…
Cancel
Save