shimmie2/.scrutinizer.yml

20 lines
342 B
YAML
Raw Normal View History

2014-03-14 13:10:12 -05:00
imports:
2015-09-26 11:53:02 -05:00
- javascript
- php
2014-03-14 13:10:12 -05:00
filter:
excluded_paths: [ext/*/lib/*,ext/tagger/script.js,tests/*]
2015-09-26 11:23:52 -05:00
2019-10-01 05:45:29 -05:00
build:
nodes:
analysis:
tests:
before:
- mkdir -p data/config
- cp tests/defines.php data/config/shimmie.conf.php
2019-10-01 05:45:29 -05:00
override:
- php-scrutinizer-run
2015-09-26 11:23:52 -05:00
tools:
2015-09-26 16:58:34 -05:00
external_code_coverage: true