1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

dist/tools/cppcheck: Add missing hpp file name pattern

This commit is contained in:
Joakim Nohlgård 2017-02-16 17:09:25 +01:00
parent 0858a3ea8c
commit 9ed393426e

View File

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