filter:
excluded_paths:
- 'tests/*'
build:
environment:
php: '7.2.13'
dependencies:
override:
- composer update --prefer-dist --no-suggest --no-interaction
nodes:
analysis:
tests:
override:
- command: 'vendor/bin/phpinsights analyse ./ --format=checkstyle --no-interaction'
analysis:
file: 'analysis-phpinsights.xml'
format: 'general-checkstyle'
# language: php