Skip to content

Instantly share code, notes, and snippets.

@jaytaph
Created November 20, 2013 13:03
Show Gist options
  • Save jaytaph/7562795 to your computer and use it in GitHub Desktop.
Save jaytaph/7562795 to your computer and use it in GitHub Desktop.
filter:
paths: [lib/*]
excluded_paths: [vendor/*, tests/*]
before_commands:
- 'composer install --dev --prefer-source'
tools:
external_code_coverage: true
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
php_code_coverage: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment