Skip to content

Commit

Permalink
Merge pull request #1574 from jmolivas/phpqa-update
Browse files Browse the repository at this point in the history
[phpqa] Update settings
  • Loading branch information
jmolivas committed Dec 23, 2015
2 parents 0073fb7 + 09a6ec3 commit 02e7c44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions phpqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ application:
arguments:
php-cs-fixer:
enabled: true
exception: true
exception: false
file:
config-file: .php_cs
single-execution: false
Expand All @@ -28,7 +28,7 @@ application:
postfixes:
phpcbf:
enabled: true
exception: true
exception: false
options:
standard: PSR2
severity: 0
Expand All @@ -52,12 +52,12 @@ application:
prefixes:
postfixes:
- 'text'
- 'cleancode,codesize,unusedcode,naming,controversial,design'
- 'cleancode'
phploc:
enabled: true
enabled: false
exception: false
phpcpd:
enabled: true
enabled: false
exception: false
phpdcd:
enabled: false
Expand Down

0 comments on commit 02e7c44

Please sign in to comment.