summaryrefslogtreecommitdiff
path: root/vendor/eluceo/ical/.scrutinizer.yml
blob: d3b381a2c7eae320f046f749860368b79b37c52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
filter:
    excluded_paths:
        - tests/*

tools:
    php_cs_fixer: true
    php_code_sniffer:
        config:
            standard: PSR2
    php_mess_detector: true
    php_analyzer: true
    sensiolabs_security_checker: true
    external_code_coverage:
        timeout: 300
        runs: 1

checks:
    php:
        code_rating: true
        duplication: true