mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
add scrutinzer config
This commit is contained in:
parent
2c8ae56d02
commit
bd77a24550
1 changed files with 13 additions and 0 deletions
13
.scrutinizer.yml
Normal file
13
.scrutinizer.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
build:
|
||||||
|
nodes:
|
||||||
|
analysis:
|
||||||
|
tests:
|
||||||
|
override:
|
||||||
|
- php-scrutinizer-run
|
||||||
|
tools:
|
||||||
|
php_sim: true
|
||||||
|
php_pdepend: true
|
||||||
|
php_analyzer: true
|
||||||
|
filter:
|
||||||
|
excluded_paths:
|
||||||
|
- 'tests/*'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue