Update .bettercodehub.yml

This commit is contained in:
Markus Gans 2019-08-11 21:51:20 +02:00
parent 44e157e493
commit 3bd3819a1a
1 changed files with 46 additions and 7 deletions

View File

@ -1,11 +1,50 @@
exclude:
- /fonts/.*
- /scripts/.*
- /doc/.*
- /build.sh
- /ltmain.sh
component_depth: 1 component_depth: 1
languages: languages:
- cpp - cpp
- script production:
include:
- /src/.*\.cpp
- /src/.*\.h
exclude:
- /debian/.*
- /doc/.*
- /fonts/.*
- /icon/.*
- /logo/.*
- /m4/.*
- /scripts/.*
- /test/.*
- /build.sh
- /ltmain.sh
test:
include:
- /test/.*\.cpp
- /test/.*\.inc
- /test/.*\.h
exclude:
- /debian/.*
- /doc/.*
- /fonts/.*
- /icon/.*
- /logo/.*
- /m4/.*
- /scripts/.*
- /src/.*
- /build.sh
- /ltmain.sh
examples:
include:
- /examples/.*\.cpp
exclude:
- /debian/.*
- /doc/.*
- /fonts/.*
- /icon/.*
- /logo/.*
- /m4/.*
- /scripts/.*
- /src/.*
- /test/.*
- /build.sh
- /ltmain.sh