.codacy.yml: Ignore *.cpp files in addons/test too
This commit is contained in:
parent
0ca6ab1a71
commit
799601c02e
|
@ -1,5 +1,6 @@
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- addons/test/*.c
|
- addons/test/*.c
|
||||||
|
- addons/test/*.cpp
|
||||||
- addons/y2038/test/*.c
|
- addons/y2038/test/*.c
|
||||||
- htmlreport/example.cc
|
- htmlreport/example.cc
|
||||||
- samples/**/bad.c
|
- samples/**/bad.c
|
||||||
|
|
Loading…
Reference in New Issue