build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
environment:
php: 8.0.0
filter:
excluded_paths:
- config/*
- examples/*
- tests/*
- vendor/*
- .github/*
- .phan/*
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
indentation:
general:
use_tabs: true
build: true