Skip to content

Commit

Permalink
Removed duplication check.
Browse files Browse the repository at this point in the history
Added additional checks and options.

Signed-off-by: Sacha Telgenhof <stelgenhof@gmail.com>
  • Loading branch information
stelgenhof committed Feb 20, 2018
1 parent f61bf64 commit 34b6ce8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
checks:
php:
code_rating: true
duplication: true
duplication: false
no_short_open_tag: true
no_debug_code: true

tools:
external_code_coverage: false
php_code_sniffer: true
php_mess_detector: true
php_cs_fixer:
config: { level: psr2 }

filter:
paths: [src/*]
paths: [src/*]

build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run

0 comments on commit 34b6ce8

Please sign in to comment.