Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added scrutinizer config #420

Merged
merged 3 commits into from
Apr 28, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# .scrutinizer.yml
imports:
- php

before_commands:
# - "composer install --prefer-source --dev"

filter:
excluded_paths: [vendor/*, tests/*, bin/*]

tools:
php_sim: true
php_mess_detector: true
php_cs_fixer: true
php_analyzer: true
php_code_sniffer: true
sensiolabs_security_checker: true
# php_code_coverage: true
# php_cpd:
# enabled: true
# excluded_dirs: [vendor, tests, bin]
php_loc:
enabled: true
excluded_dirs: [vendor]
php_pdepend:
enabled: true
excluded_dirs: [vendor, tests, bin]
# php_hhvm: true