File tree Expand file tree Collapse file tree 1 file changed +29
-22
lines changed
Expand file tree Collapse file tree 1 file changed +29
-22
lines changed Original file line number Diff line number Diff line change 1+ build :
2+ nodes :
3+ analysis :
4+ tests :
5+ override :
6+ - php-scrutinizer-run
7+
18filter :
2- excluded_paths :
3- - ' tests/*'
4- - ' examples/*'
5- - ' config/*'
6- - ' migrations/*'
9+ excluded_paths :
10+ - ' tests/*'
11+ - ' examples/*'
12+ - ' config/*'
13+ - ' migrations/*'
714
815checks :
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
2431tools :
25- external_code_coverage :
26- timeout : 1800
27- runs : 3
32+ external_code_coverage :
33+ timeout : 1800
34+ runs : 3
You can’t perform that action at this time.
0 commit comments