Skip to content

Commit 8a94111

Browse files
drupolshulard
authored andcommitted
Update Scrutinizer configuration.
1 parent ad3c061 commit 8a94111

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

.scrutinizer.yml

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
build:
22
nodes:
33
analysis:
4-
project_setup:
5-
override:
6-
- 'true'
74
tests:
85
override:
96
- php-scrutinizer-run
10-
-
11-
command: phpcs-run
12-
use_website_config: true
13-
environment:
14-
node:
15-
version: 6.0.0
7+
168
filter:
17-
excluded_paths:
18-
- 'spec/*'
19-
checks:
20-
php: true
21-
coding_style:
22-
php: { }
9+
paths:
10+
- 'src/*'
11+
2312
tools:
24-
php_cs_fixer:
25-
config: { level: Symfony } # or psr1 if you would just like to get fixes for PSR1
13+
external_code_coverage:
14+
timeout: 600
15+
php_loc: true
16+
php_pdepend: true
17+
php_sim: true
18+
php_changetracking: true

0 commit comments

Comments
 (0)