1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #6816 from neiljay/pr/fix_cpp_check

cppcheck: Don't Run cppcheck on ASM files.
This commit is contained in:
Joakim Nohlgård 2017-03-30 09:07:12 +02:00 committed by GitHub
commit 7f8f4b4674

View File

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