# .scrutinizer.yml
checks:
    php:
        code_rating: true
        duplication: true
filter:
    paths: ["src/*"]
build:
    environment:
      php: '5.5'
    tests:
        override:
            - 'php vendor/bin/codecept run'
                    filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                multiplicative: false
            other:
                after_type_cast: false
build: true