We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3c061 commit 8a94111Copy full SHA for 8a94111
.scrutinizer.yml
@@ -1,25 +1,18 @@
1
build:
2
nodes:
3
analysis:
4
- project_setup:
5
- override:
6
- - 'true'
7
tests:
8
override:
9
- php-scrutinizer-run
10
- -
11
- command: phpcs-run
12
- use_website_config: true
13
- environment:
14
- node:
15
- version: 6.0.0
+
16
filter:
17
- excluded_paths:
18
- - 'spec/*'
19
-checks:
20
- php: true
21
-coding_style:
22
- php: { }
+ paths:
+ - 'src/*'
23
tools:
24
- php_cs_fixer:
25
- config: { level: Symfony } # or psr1 if you would just like to get fixes for PSR1
+ external_code_coverage:
+ timeout: 600
+ php_loc: true
+ php_pdepend: true
+ php_sim: true
+ php_changetracking: true
0 commit comments