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 1956faa commit 776458eCopy full SHA for 776458e
.scrutinizer.yml
@@ -0,0 +1,32 @@
1
+filter:
2
+ excluded_paths: [tests/*]
3
+checks:
4
+ php:
5
+ code_rating: true
6
+ remove_extra_empty_lines: true
7
+ remove_php_closing_tag: true
8
+ remove_trailing_whitespace: true
9
+ fix_use_statements:
10
+ remove_unused: true
11
+ preserve_multiple: false
12
+ preserve_blanklines: true
13
+ order_alphabetically: true
14
+ fix_php_opening_tag: true
15
+ fix_linefeed: true
16
+ fix_line_ending: true
17
+ fix_identation_4spaces: true
18
+ fix_doc_comments: true
19
+tools:
20
+ php_analyzer: true
21
+ php_code_coverage: false
22
+ php_code_sniffer:
23
+ config:
24
+ standard: PSR2
25
+ filter:
26
+ paths: ['src']
27
+ php_loc:
28
+ enabled: true
29
+ excluded_dirs: [vendor, tests]
30
+ php_cpd:
31
32
0 commit comments