Update .bettercodehub.yml

This commit is contained in:
Markus Gans 2019-08-11 22:16:50 +02:00
parent 924d69225f
commit 4165772265
1 changed files with 3 additions and 3 deletions

View File

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