summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/.scrutinizer.yml
blob: 1af8ee2bb292f6a0abe95c974a8b25d26607764f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit: true

tools:
    external_code_coverage:
        timeout: 900
    php_code_coverage: false
    php_code_sniffer: true
    php_cpd: true
    php_cs_fixer: true
    php_loc: true
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: true
    sensiolabs_security_checker: true