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 85b2b09 commit dc3f93aCopy full SHA for dc3f93a
.scrutinizer.yml
@@ -0,0 +1,32 @@
1
+filter:
2
+ paths: [src/*]
3
+ excluded_paths: [tests/*]
4
+checks:
5
+ php:
6
+ code_rating: true
7
+ remove_extra_empty_lines: true
8
+ remove_php_closing_tag: true
9
+ remove_trailing_whitespace: true
10
+ fix_use_statements:
11
+ remove_unused: true
12
+ preserve_multiple: false
13
+ preserve_blanklines: true
14
+ order_alphabetically: true
15
+ fix_php_opening_tag: true
16
+ fix_linefeed: true
17
+ fix_line_ending: true
18
+ fix_identation_4spaces: true
19
+ fix_doc_comments: true
20
+tools:
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]
30
+ php_cpd:
31
32
0 commit comments