summaryrefslogtreecommitdiffstats
path: root/vendor/pear/net_url2/.scrutinizer.yml
blob: bfdb3738849a847c96caa3985414a34adf7b059e (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
26
27
28
29
30
31
32
33
34
35
36
37
38
filter:
    excluded_paths:
        - 'docs/*'
tools:
    php_code_coverage:
        enabled: true
        test_command: phpunit
    php_cpd:
        excluded_dirs:
            - tests
        filter:
            excluded_paths: []
    php_pdepend:
        excluded_dirs:
            - tests
    php_hhvm:
        filter:
            excluded_paths: []
    php_mess_detector:
        filter:
            excluded_paths: []
    php_analyzer:
        enabled: true
        filter:
            excluded_paths: ['docs/*']
    php_code_sniffer:
        enabled: true
        filter:
            excluded_paths: ['docs/*']
        config:
            tab_width: 4
            encoding: utf8
            ruleset: ~
            standard: PEAR
    php_loc:
        excluded_dirs:
            - tests
            - docs