finalcut/.bettercodehub.yml

38 lines
597 B
YAML
Raw Normal View History

2018-09-21 07:18:48 +02:00
component_depth: 1
2017-10-31 17:27:38 +01:00
languages:
- cpp
2019-08-11 21:51:20 +02:00
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
2019-08-11 21:59:56 +02:00
exclude:
- /examples/.*\.cpp
2017-10-31 17:27:38 +01:00