Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Adding .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Jul 1, 2015
1 parent 93d16a8 commit 53be0b8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
checks:
php:
code_rating: true
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
tools:
external_code_coverage:
timeout: 1800
runs: 4
php_code_coverage: false
php_loc:
enabled: true
excluded_dirs: [vendor, tests, config, docs]
php_cpd:
enabled: true
excluded_dirs: [vendor, tests, config, docs]

0 comments on commit 53be0b8

Please sign in to comment.