inherit: true
checks:
  php:
    code_rating: true
    duplication: true
filter:
  paths: [code/*, tests/*]
                    filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]