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