Completed
Push — master ( 5472e0...10da27 )
by Eric
18:09 queued 11:39
created

Checkout Config

# This file is part of the Lug package.
#
# (c) Eric GELOEN <[email protected]>
#
# For the full copyright and license information, please read the LICENSE
# file that was distributed with this source code.

filter:
    paths: [src/*]

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage:
        timeout: 1800
        runs: 1

Repository Config

filter:
    paths:
        - 'src/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false