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: languages:
- cpp - cpp
production: production:
include: include:
- /src/.* - .*/src/.*
test: test:
include: include:
- /test/.* - .*/test/.*
exclude: exclude:
- /debian/.* - /debian/.*
- /doc/.* - /doc/.*