Skip to content

Commit

Permalink
Update .scrutinizer.yml
Browse files Browse the repository at this point in the history
disable copy paste detector and simliarity analyzer
  • Loading branch information
cebe committed Mar 27, 2014
1 parent 00614b4 commit 0941146
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ imports:
tools:
external_code_coverage:
timeout: 2100 # Timeout in seconds.
tools:
# disable copy paste detector and simliarity analyzer as they have no real value
# and a huge bunch of false-positives
php_sim: false
php_cpd: false

0 comments on commit 0941146

Please sign in to comment.