Skip to content

Commit b128dba

Browse files
committed
codecheckignore: add STM32Cube_FW
1 parent 41e3ac2 commit b128dba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.codecheckignore

+1
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@
3434
^storage/blockdevice/tests/UNITTESTS
3535
^storage/kvstore/tests/UNITTESTS
3636
^drivers/tests/UNITTESTS
37+
STM32Cube_FW

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ matrix:
6767
- >-
6868
git diff --name-only --diff-filter=ad FETCH_HEAD..HEAD \
6969
| ( grep '.\(c\|cpp\|h\|hpp\|py\)$' || true ) \
70+
| ( grep -v -f .codecheckignore || true ) \
7071
| ( grep -v '^tools/test/toolchains/api_test.py' || true ) \
7172
| while read file; do cp --parents "${file}" SCANCODE; done
7273
- scancode -l --json-pp scancode.json SCANCODE

0 commit comments

Comments
 (0)