Skip to content

Commit

Permalink
Scrutinizer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Mar 4, 2015
1 parent 2dc47a8 commit 19c0651
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .scrutinizer.yml
@@ -1,8 +1,11 @@
build:
environment:
php: '5.6.0'

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

tools:
# Code Coverage
external_code_coverage:
enabled: true
timeout: 300
Expand All @@ -14,10 +17,8 @@ tools:
- 'test/*'
- 'vendor/*'


php_code_coverage:
enabled: false
test_command: phpunit
filter:
excluded_paths:
- 'docs/*'
Expand All @@ -26,11 +27,8 @@ tools:
- 'test/*'
- 'vendor/*'


# Code Sniffer
php_code_sniffer:
enabled: true
command: phpcs
config:
standard: PSR2
sniffs:
Expand All @@ -45,23 +43,19 @@ tools:
- 'test/*'
- 'vendor/*'


# Copy/Paste Detector
php_cpd:
enabled: true
command: phpcpd
excluded_dirs:
- docs
- examples
- extras
- test
- vendor


# PHP CS Fixer (http://http://cs.sensiolabs.org/).
php_cs_fixer:
enabled: true
command: php-cs-fixer
config:
level: psr2
filter:
Expand All @@ -72,23 +66,19 @@ tools:
- 'test/*'
- 'vendor/*'


# Analyzes the size and structure of a PHP project.
php_loc:
enabled: true
command: phploc
excluded_dirs:
- docs
- examples
- extras
- test
- vendor


# PHP Mess Detector (http://phpmd.org).
php_mess_detector:
enabled: true
command: phpmd
config:
rulesets:
- codesize
Expand All @@ -108,7 +98,6 @@ tools:
# Analyzes the size and structure of a PHP project.
php_pdepend:
enabled: true
command: pdepend
excluded_dirs:
- docs
- examples
Expand Down

0 comments on commit 19c0651

Please sign in to comment.