Skip to content
Snippets Groups Projects
Commit 9ed39342 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

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

parent 0858a3ea
Branches
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment