Update .bettercodehub.yml

This commit is contained in:
Markus Gans 2019-08-11 22:12:51 +02:00
parent dec830a0d8
commit 924d69225f
1 changed files with 3 additions and 6 deletions

View File

@ -1,15 +1,12 @@
component_depth: 3
component_depth: 1
languages:
- cpp
production:
include:
- /src/.*\.cpp
- /src/.*\.h
- /src/.*
test:
include:
- /test/.*\.cpp
- /test/.*\.inc
- /test/.*\.h
- /test/.*
exclude:
- /debian/.*
- /doc/.*