Codacy: Exclude more test files which contain errors by intention (#1106)
* Codacy: Exclude more test files which contain errors by intention * Codacy: Exclude htmlreport/example.cc too
This commit is contained in:
parent
152fc83bf0
commit
eed9dfb31f
|
@ -1,3 +1,10 @@
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
|
- addons/test/*.c
|
||||||
|
- addons/y2038/test/*.c
|
||||||
|
- htmlreport/example.cc
|
||||||
|
- samples/**/bad.c
|
||||||
|
- samples/**/bad.cpp
|
||||||
|
- test/test.cxx
|
||||||
- test/cfg/*.c
|
- test/cfg/*.c
|
||||||
- test/cfg/*.cpp
|
- test/cfg/*.cpp
|
||||||
|
- test/synthetic/*.c
|
||||||
|
|
Loading…
Reference in New Issue