Skip to content

Commit 216eeb1

Browse files
committed
Update Scrutinizer config
1 parent 7aa8e47 commit 216eeb1

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

.scrutinizer.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1-
imports:
2-
- php
1+
filter:
2+
excluded_paths: [tests/*]
3+
4+
checks:
5+
php:
6+
remove_extra_empty_lines: true
7+
fix_use_statements:
8+
remove_unused: true
9+
fix_line_ending: true
10+
fix_doc_comments: true
311

412
tools:
13+
php_code_coverage: false
514
external_code_coverage:
615
timeout: 600
16+
17+
#build:
18+
# dependencies:
19+
# before:
20+
# - sudo php /usr/bin/composer.phar self-update
21+
22+
application:
23+
type: none
24+
25+
before_commands:
26+
- sudo php /usr/bin/composer.phar self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"mockery/mockery": "~0.9.1",
3636
"monolog/monolog": "^1.0",
3737
"php-http/guzzle6-adapter": "^0.3.1",
38-
"php-http/mock-client": "~0.1",
38+
"php-http/mock-client": "~0.1.1",
3939
"symfony/process": "^2.3||^3.0",
4040
"symfony/http-kernel": "^2.3||^3.0"
4141
},

0 commit comments

Comments
 (0)