Disable duplicate code warning

This commit is contained in:
Nyholm 2018-08-04 21:43:25 +02:00 committed by David Garcia
parent eb07576e6a
commit 952198a5d7

View File

@ -5,5 +5,6 @@ checks:
code_rating: true code_rating: true
duplication: true duplication: true
tools: tools:
external_code_coverage: external_code_coverage:
timeout: 1200 # Timeout in seconds. timeout: 1200 # Timeout in seconds.
php_cpd: false