Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.scrutinizer.yml - github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27e231114c157dc24df82a261645b2459e40cfc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
filter:
    excluded_paths:
        - 'templates/*'
        - 'css/*'
        - 'tests/*'
imports:
    - php
    - javascript

tools:
    external_code_coverage:
        timeout: 3600

checks:
    php:
        # this is not working properly with core exceptions
        catch_class_exists: false
        line_length:
            max_length: '80'