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