1filter:2paths: [src/*, tests/*]3excluded_paths: ["tests/*/Fixture/*"]45default_config:6psr0_compliance: true7checkstyle: true8composer_config_check:9publish_checks: true10level: warning11reflection_fixes: true12use_statement_fixes: true1314path_configs:15tests:16paths: [tests/*]17psr0_compliance: false18checkstyle: false19phpunit_checks: true20