Completed
Pull Request — master (#9)
by Fèvre
01:58
created

Checkout Config

filter:
    paths: [src/*]
    excluded_paths: [bootstrap/*, config/*, database/*, public/*, resources/*, routes/*, storage/*, tests/*, vendor/*]
tools:
    php_analyzer: true
checks:
    php:
        code_rating: true

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
        - '*.min.js'
        - '*/vendor/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true