Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Update .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Dec 26, 2017
1 parent 2fb317b commit 5949bd9
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .scrutinizer.yml
@@ -1,26 +1,38 @@
build:

environment:
php:
version: 7.1
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'clover'

nodes:
analysis:
project_setup:
override: true
tests:
override:
- php-scrutinizer-run
-
command: 'vendor/bin/phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'clover'

filter:
excluded_paths: [demo/*, tests/*, docs/*]

checks:

php:
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true

fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
order_alphabetically: true

fix_php_opening_tag: true
fix_linefeed: true
fix_line_ending: true
Expand Down

0 comments on commit 5949bd9

Please sign in to comment.