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:
Sebastian 2018-03-07 20:30:27 +01:00 committed by amai2012
parent 152fc83bf0
commit eed9dfb31f
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
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/*.cpp
- test/synthetic/*.c