Skip to content

Commit

Permalink
Enable code rating, duplication check and analytic tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Marco Sartori committed Apr 4, 2016
1 parent 67ef954 commit 9e808fc
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 @@ -3,6 +3,8 @@ filter:

checks:
php:
code_rating: true
duplication: true
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
Expand All @@ -18,6 +20,9 @@ checks:
fix_doc_comments: true

tools:
php_sim: true
php_pdepend: true
php_analyzer: true
external_code_coverage:
timeout: 600
runs: 3

0 comments on commit 9e808fc

Please sign in to comment.