disable external code coverage
This commit is contained in:
parent
2480103b49
commit
254064150d
|
|
@ -19,7 +19,7 @@ tools:
|
||||||
config:
|
config:
|
||||||
ruleset: phpmd.xml.dist
|
ruleset: phpmd.xml.dist
|
||||||
external_code_coverage:
|
external_code_coverage:
|
||||||
enabled: true
|
enabled: false
|
||||||
timeout: 1200
|
timeout: 1200
|
||||||
php_cpd: true
|
php_cpd: true
|
||||||
# php_sim: # Temporarily disabled to allow focus on things other than duplicates
|
# php_sim: # Temporarily disabled to allow focus on things other than duplicates
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue