Update .bettercodehub.yml
This commit is contained in:
parent
44e157e493
commit
3bd3819a1a
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue