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 78fdea3 commit 31f2f20Copy full SHA for 31f2f20
.scrutinizer.yml
@@ -0,0 +1,31 @@
1
+build:
2
+ nodes:
3
+ analysis:
4
+ project_setup:
5
+ override: true
6
+ tests:
7
+ override: [php-scrutinizer-run]
8
+
9
+filter:
10
+ excluded_paths: [tests/*]
11
12
+checks:
13
+ php:
14
+ remove_extra_empty_lines: true
15
+ remove_php_closing_tag: true
16
+ remove_trailing_whitespace: true
17
+ fix_use_statements:
18
+ remove_unused: true
19
+ preserve_multiple: false
20
+ preserve_blanklines: true
21
+ order_alphabetically: true
22
+ fix_php_opening_tag: true
23
+ fix_linefeed: true
24
+ fix_line_ending: true
25
+ fix_identation_4spaces: true
26
+ fix_doc_comments: true
27
28
+tools:
29
+ external_code_coverage:
30
+ timeout: 600
31
+ runs: 3
0 commit comments