]> git.immae.eu Git - github/wallabag/wallabag.git/blob - .scrutinizer.yml
Enable code rating on Scrutinizer
[github/wallabag/wallabag.git] / .scrutinizer.yml
1 filter:
2 paths:
3 - src/*
4 excluded_paths:
5 - 'vendor/*'
6 - 'app/*'
7 - 'web/*'
8 - 'src/Wallabag/*Bundle/Tests/*'
9 - '*Test.php'
10
11 tools:
12 php_cs_fixer: true
13 php_analyzer: true
14 php_mess_detector: true
15 php_changetracking: true
16 php_code_sniffer: true
17 php_pdepend: true
18 sensiolabs_security_checker: true
19 #external_code_coverage:
20 # timeout: 3600
21 php_code_coverage: true
22 php_sim: false
23 php_cpd: false
24
25 checks:
26 php:
27 code_rating: true