Skip to content

Commit

Permalink
dist/tools/cppcheck: Add missing hpp file name pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Feb 16, 2017
1 parent 0858a3e commit 9ed3934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/cppcheck/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ed3934

Please sign in to comment.