Skip to content

Commit

Permalink
fix: scrutinizer tabs and editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mguinea committed Dec 19, 2019
1 parent 81f427e commit 2029a79
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 18 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
@@ -0,0 +1,15 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org

root = true

[*]
charset = utf-8
indent_size = 4
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
36 changes: 18 additions & 18 deletions .scrutinizer.yml
@@ -1,19 +1,19 @@
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
build:
environment:
php:
version: 7.3
dependencies:
before:
- composer require phpunit/phpunit:^8.4 --dev
tests:
override:
-
command: vendor/bin/phpunit --coverage-clover=clover.xml
coverage:
file: clover.xml
format: php-clover
excluded_paths:
- 'tests/*'
checks:
php: true
build:
environment:
php:
version: 7.3
dependencies:
before:
- composer require phpunit/phpunit:^8.4 --dev
tests:
override:
-
command: vendor/bin/phpunit --coverage-clover=clover.xml
coverage:
file: clover.xml
format: php-clover

0 comments on commit 2029a79

Please sign in to comment.