Skip to content

Commit 3cd1ba0

Browse files
author
Oliver Tappin
committed
Update scrutinizer configuration
1 parent 39d863f commit 3cd1ba0

File tree

1 file changed

+6
-36
lines changed

1 file changed

+6
-36
lines changed

.scrutinizer.yml

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,6 @@
1-
filter:
2-
excluded_paths:
3-
- tests/*
4-
5-
checks:
6-
php:
7-
code_rating: true
8-
remove_extra_empty_lines: true
9-
remove_php_closing_tag: true
10-
remove_trailing_whitespace: true
11-
fix_use_statements:
12-
remove_unused: true
13-
preserve_multiple: false
14-
preserve_blanklines: true
15-
order_alphabetically: true
16-
fix_php_opening_tag: true
17-
fix_linefeed: true
18-
fix_line_ending: true
19-
fix_indentation_4spaces: true
20-
fix_doc_comments: true
21-
tools:
22-
external_code_coverage:
23-
timeout: 1800
24-
runs: 4
25-
php_code_coverage: true
26-
php_code_sniffer:
27-
config:
28-
standard: PSR12
29-
filter:
30-
paths: ['src']
31-
php_loc:
32-
enabled: true
33-
excluded_dirs: [vendor, tests]
34-
php_cpd:
35-
enabled: true
36-
excluded_dirs: [vendor, tests]
1+
build:
2+
nodes:
3+
analysis:
4+
tests:
5+
override:
6+
- php-scrutinizer-run

0 commit comments

Comments
 (0)