summaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
blob: e1a621e2c1c1f8f4f282a5078f86ee596bdb542a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
filter:
    excluded_paths:
        - '3rdparty/*'
        - 'js/vendor/*'
        - 'js/build/*'
        - 'l10n/*'
        - 'templates/*'
        - 'img/*'
        - 'css/*'
        - 'bin/*'

imports:
    #- javascript  disabled because of es6 producing tons of errors
    - php

tools:
    external_code_coverage:
        timeout: 600

checks:
    php:
        # not helpful because there is no setting to tweek the threshold
        duplication: false