We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e3ac2 commit b128dbaCopy full SHA for b128dba
.codecheckignore
@@ -34,3 +34,4 @@
34
^storage/blockdevice/tests/UNITTESTS
35
^storage/kvstore/tests/UNITTESTS
36
^drivers/tests/UNITTESTS
37
+STM32Cube_FW
.travis.yml
@@ -67,6 +67,7 @@ matrix:
67
- >-
68
git diff --name-only --diff-filter=ad FETCH_HEAD..HEAD \
69
| ( grep '.\(c\|cpp\|h\|hpp\|py\)$' || true ) \
70
+ | ( grep -v -f .codecheckignore || true ) \
71
| ( grep -v '^tools/test/toolchains/api_test.py' || true ) \
72
| while read file; do cp --parents "${file}" SCANCODE; done
73
- scancode -l --json-pp scancode.json SCANCODE
0 commit comments