Skip to content

Commit bdb3d33

Browse files
committed
Disable php_cpd on scrutinizer
1 parent c6b5b1a commit bdb3d33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ tools:
1313
php_code_sniffer:
1414
config:
1515
standard: "PSR2"
16-
php_cpd: true
16+
php_cpd: false # PHP Copy/Paste Detector and PHP Code Similarity Analyzer cannot both be used simultaneously
1717
php_mess_detector: true
1818
php_pdepend: true
1919
sensiolabs_security_checker: true
20-
php_sim: false

0 commit comments

Comments
 (0)