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

[phpqa] Update settings #1574

Merged
merged 1 commit into from
Dec 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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