Skip to content

Commit

Permalink
Add scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilleGF committed Mar 21, 2017
1 parent 377ad87 commit da7220b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
imports:
- php

tools:
external_code_coverage:
timeout: 2100 # Timeout in seconds.
# disable copy paste detector and similarity analyzer as they have no real value
# and a huge bunch of false-positives
php_sim: false
php_cpd: false

0 comments on commit da7220b

Please sign in to comment.