Skip to content

Commit a9b6705

Browse files
committed
Configure Scrutinizer
1 parent a5a09a5 commit a9b6705

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

.scrutinizer.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
filter:
2+
excluded_paths: [tests/*]
3+
4+
checks:
5+
php:
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+
code_rating: true
20+
duplication: true
21+
22+
tools:
23+
external_code_coverage:
24+
timeout: 600
25+
runs: 1

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
[![Software License][ico-license]][link-license]
44
[![Latest Version on Packagist][ico-version]][link-packagist]
55
[![Build Status][ico-travis]][link-travis]
6-
<!--
76
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
87
[![Quality Score][ico-code-quality]][link-code-quality]
9-
-->
108

119
*TBD*
1210

0 commit comments

Comments
 (0)