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

.scrutinizer.yml - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 048faab360e1c520627ad62a08eb00d16de0c8c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

filter:
    excluded_paths:
        - 'js/vendor*'
        - 'l10n/'
        - 'tests/'

imports:
    - javascript
    - php

tools:
    external_code_coverage: true
    external_code_coverage:
        timeout: 7200 # Timeout in seconds: 2 hours
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_code_coverage: true

build_failure_conditions:
    - 'issues.label("coding-style").new.count > 5'
    - 'issues.severity(>= MAJOR).new.exists'
    - 'elements.rating(<= D).new.exists'
    - 'project.metric("scrutinizer.quality", < 7.5)'