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:
parent
0858a3ea8c
commit
9ed393426e
2
dist/tools/cppcheck/check.sh
vendored
2
dist/tools/cppcheck/check.sh
vendored
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user