summaryrefslogtreecommitdiff
path: root/www/wiki/vendor/param-processor/param-processor/.scrutinizer.yml
blob: 3e88d4fbfa58e14e3d62fcd66af7e594acf4ee4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
inherit: true
build: true

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage: true
    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

filter:
    excluded_paths:
        - 'vendor/*'