Skip to content

Commit

Permalink
Enabling HHVM checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Feb 10, 2014
1 parent a13a01d commit 4da7447
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ tools:
php_code_coverage:
enabled: true
test_command: phpunit -c phpunit.xml.dist --exclude-group Functional,Performance
#filter:
#paths: ["src"]
php_code_sniffer:
enabled: true
config:
Expand All @@ -28,14 +26,19 @@ tools:
php_mess_detector:
enabled: true
config:
ruleset: phpmd.xml.dist
design_rules: { eval_expression: false }
filter:
paths: ["src/*"]
php_pdepend:
enabled: true
excluded_dirs: ["build", "docs", "examples", "tests", "vendor"]
php_analyzer: true
php_analyzer:
enabled: true
filter:
paths: ["src/*", "tests/*", "examples/*"]
php_hhvm:
enabled: true
filter:
paths: ["src/*", "tests/*", "examples/*"]
sensiolabs_security_checker: true

0 comments on commit 4da7447

Please sign in to comment.