Completed
Branch master (1557a3)
by Adam
11:31 queued 49s
created

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
        - 'app/Console/Commands/Migrate.php'
        - 'app/Console/Commands/Markdown.php'
        - 'app/Services/Markdown/*'
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            around_operators:
                concatenation: true
build:
    project_setup:
        override:
            - true