diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..4c23532 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,37 @@ +build: + environment: + php: + version: 7.0 + nodes: + analysis: + project_setup: + override: + - 'true' + tests: + override: + - + command: 'vendor/bin/phpunit --coverage-clover=clover.xml' + coverage: + file: 'clover.xml' + format: 'clover' + #- php-scrutinizer-run + - + command: phpcs-run + use_website_config: true + environment: + node: + version: 6.0.0 + tests: true +filter: + excluded_paths: + - 'test/*' +checks: + php: true +coding_style: + php: + indentation: + general: + use_tabs: true + spaces: + around_operators: + concatenation: true