Skip to content

Commit 8e9667e

Browse files
authored
Merge pull request #115 from bavix/scrutinizer
Update .scrutinizer.yml
2 parents 7343111 + 62bc980 commit 8e9667e

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.scrutinizer.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ build:
55
pecl_extensions:
66
- memcached
77
memcached: true
8-
8+
99
nodes:
1010
analysis:
1111
project_setup:
1212
override: true
1313
tests:
1414
override:
1515
- php-scrutinizer-run
16+
- command: 'vendor/bin/phpunit --dump-xdebug-filter xdebug-filter.php'
1617
-
17-
command: 'vendor/bin/phpunit --coverage-clover=some-file'
18+
command: 'vendor/bin/phpunit --prepend xdebug-filter.php --coverage-clover=some-file'
1819
coverage:
1920
file: 'some-file'
2021
format: 'clover'
21-
idle_timeout: 900
2222

2323
filter:
24-
excluded_paths: [tests/*, database/*, config/*]
24+
excluded_paths: [docs/*, resources/*, tests/*, database/*, config/*]
2525

2626
checks:
2727

@@ -43,7 +43,10 @@ checks:
4343
fix_doc_comments: true
4444

4545
coding_style:
46-
php:
47-
spaces:
48-
before_parentheses:
49-
closure_definition: true
46+
php:
47+
spaces:
48+
before_parentheses:
49+
closure_definition: true
50+
other:
51+
after_type_cast: false
52+

0 commit comments

Comments
 (0)