Skip to content

Commit 34b6ce8

Browse files
committed
Removed duplication check.
Added additional checks and options. Signed-off-by: Sacha Telgenhof <[email protected]>
1 parent f61bf64 commit 34b6ce8

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.scrutinizer.yml

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
checks:
22
php:
33
code_rating: true
4-
duplication: true
4+
duplication: false
5+
no_short_open_tag: true
6+
no_debug_code: true
7+
58
tools:
69
external_code_coverage: false
710
php_code_sniffer: true
811
php_mess_detector: true
912
php_cs_fixer:
1013
config: { level: psr2 }
14+
1115
filter:
12-
paths: [src/*]
16+
paths: [src/*]
17+
18+
build:
19+
nodes:
20+
analysis:
21+
tests:
22+
override:
23+
- php-scrutinizer-run

0 commit comments

Comments
 (0)