Completed
Pull Request — develop (#9)
by yuuki
04:27
created

Checkout Config

filter:
    paths:
        - src/
    excluded_paths:
        - tests/*
        - spec/*
tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
    php_cs_fixer:
        config: { level: psr2 }
checks:
    php:
        code_rating: true
        duplication: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }