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