Skip to content

Commit

Permalink
add scrutinizer config (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
beniamin authored and bobstrecansky committed Jan 7, 2020
1 parent 0991f72 commit a87473a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
filter:
excluded_paths:
- 'tests/*'
checks:
php: true

build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
- command: phpcs-run
use_website_config: true
- command: ./vendor/bin/phpunit -c ./ --coverage-clover=coverage.xml
coverage:
file: coverage.xml
format: clover

coding_style:
php:
spaces:
around_operators:
multiplicative: false
concatenation: true

0 comments on commit a87473a

Please sign in to comment.