Skip to content

Commit b627d71

Browse files
committed
update scrutinizer
1 parent 956f032 commit b627d71

File tree

1 file changed

+29
-22
lines changed

1 file changed

+29
-22
lines changed

.scrutinizer.yml

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,34 @@
1+
build:
2+
nodes:
3+
analysis:
4+
tests:
5+
override:
6+
- php-scrutinizer-run
7+
18
filter:
2-
excluded_paths:
3-
- 'tests/*'
4-
- 'examples/*'
5-
- 'config/*'
6-
- 'migrations/*'
9+
excluded_paths:
10+
- 'tests/*'
11+
- 'examples/*'
12+
- 'config/*'
13+
- 'migrations/*'
714

815
checks:
9-
php:
10-
remove_extra_empty_lines: true
11-
remove_php_closing_tag: true
12-
remove_trailing_whitespace: true
13-
fix_use_statements:
14-
remove_unused: true
15-
preserve_multiple: false
16-
preserve_blanklines: true
17-
order_alphabetically: true
18-
fix_php_opening_tag: true
19-
fix_linefeed: true
20-
fix_line_ending: true
21-
fix_identation_4spaces: true
22-
fix_doc_comments: true
16+
php:
17+
remove_extra_empty_lines: true
18+
remove_php_closing_tag: true
19+
remove_trailing_whitespace: true
20+
fix_use_statements:
21+
remove_unused: true
22+
preserve_multiple: false
23+
preserve_blanklines: true
24+
order_alphabetically: true
25+
fix_php_opening_tag: true
26+
fix_linefeed: true
27+
fix_line_ending: true
28+
fix_identation_4spaces: true
29+
fix_doc_comments: true
2330

2431
tools:
25-
external_code_coverage:
26-
timeout: 1800
27-
runs: 3
32+
external_code_coverage:
33+
timeout: 1800
34+
runs: 3

0 commit comments

Comments
 (0)