Skip to content

Commit

Permalink
Merge pull request #3 from dshafik/refactor
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
synedra committed Jul 17, 2015
2 parents e2a4c7e + 5706345 commit bc8b872
Show file tree
Hide file tree
Showing 109 changed files with 11,937 additions and 1,666 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### PHP ###
composer.phar
composer.lock
vendor/
build/
akamai-open-edgegrid-client.phar
Expand Down
34 changes: 22 additions & 12 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
filter:
excluded_paths:
- 'tests/*'
paths: [src/*]
excluded_paths: [tests/*, vendor/*, build/*, tools/*, docs/*]
checks:
php:
code_rating: true
duplication: true
parameter_doc_comments: true

php:
code_rating: true
tools:
external_code_coverage: true
php_code_sniffer:
config:
standard: "PSR2"

php_analyzer:
enabled: true
extensions:
- php
external_code_coverage:
timeout: 1200
runs: 1
php_code_coverage: false
php_code_sniffer:
config:
standard: PSR2
filter:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [vendor, spec]
sensiolabs_security_checker:
enabled: true
Loading

0 comments on commit bc8b872

Please sign in to comment.