Skip to content

Commit

Permalink
.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roelVerdonschot committed Mar 15, 2016
1 parent ffe38d3 commit 146210c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions phpci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ test:
- "app/tests/"
php_loc:
directory: "app"
# php_code_sniffer:
# path: "app"
# ignore:
# - "app/views"
# standard: "PSR1,PSR2"
php_code_sniffer:
path: "app"
ignore:
- "app/views"
standard: "PSR1,PSR2"
php_cpd:
standard: "PSR2"
path: "app"
Expand All @@ -50,9 +50,9 @@ test:
- "naming"
- "unusedcode"
zero_config: true
# php_docblock_checker:
# technical_debt:
# allowed_errors: -1
php_docblock_checker:
technical_debt:
allowed_errors: -1
#complete:
# mysql:
# host: "localhost"
Expand Down

0 comments on commit 146210c

Please sign in to comment.