This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/.scrutinizer.yml

20 lines
342 B
YAML
Raw Normal View History

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