Update .bettercodehub.yml
This commit is contained in:
parent
4165772265
commit
6b3e0135c7
|
@ -1,12 +1,3 @@
|
||||||
component_depth: 3
|
|
||||||
languages:
|
|
||||||
- cpp
|
|
||||||
production:
|
|
||||||
include:
|
|
||||||
- .*/src/.*
|
|
||||||
test:
|
|
||||||
include:
|
|
||||||
- .*/test/.*
|
|
||||||
exclude:
|
exclude:
|
||||||
- /debian/.*
|
- /debian/.*
|
||||||
- /doc/.*
|
- /doc/.*
|
||||||
|
@ -19,4 +10,7 @@ exclude:
|
||||||
- /src/.*
|
- /src/.*
|
||||||
- /build.sh
|
- /build.sh
|
||||||
- /ltmain.sh
|
- /ltmain.sh
|
||||||
|
component_depth: 1
|
||||||
|
languages:
|
||||||
|
- cpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue