Skip to content

Commit

Permalink
update scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Acker committed Sep 23, 2015
1 parent d0f1b0c commit 6322e46
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .scrutinizer.yml
Expand Up @@ -19,14 +19,21 @@ build_failure_conditions:
- 'issues.severity(>= MAJOR).new.exists'

tools:
php_code_sniffer: { config: { standard: psr2 } }
php_cs_fixer: { config: { level: psr2 } }
external_code_coverage: false
php_code_coverage: false
php_changetracking: true
php_code_coverage: false
php_code_sniffer:
config: { standard: 'Ecg' }
php_changetracking: false
php_sim: true
php_cs_fixer: false
php_mess_detector: true
php_pdepend: true
php_analyzer: true
sensiolabs_security_checker: true

checks:
php:
custom_coding_standard:
git_repository: 'https://github.com/inviqa/magento-phpcs-coding-standard.git'
git_version: 'origin/master'
ruleset_path: 'ruleset.xml'

0 comments on commit 6322e46

Please sign in to comment.