]> git.immae.eu Git - github/wallabag/wallabag.git/blame - .scrutinizer.yml
fixup! Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / .scrutinizer.yml
CommitLineData
3e6b7ea0
J
1filter:
2 paths:
3 - src/*
4 excluded_paths:
5 - 'vendor/*'
6 - 'app/*'
160e2d8f 7 - 'var/*'
3e6b7ea0
J
8 - 'web/*'
9 - 'src/Wallabag/*Bundle/Tests/*'
10 - '*Test.php'
11
12tools:
13 php_cs_fixer: true
14 php_analyzer: true
15 php_mess_detector: true
16 php_changetracking: true
17 php_code_sniffer: true
18 php_pdepend: true
19 sensiolabs_security_checker: true
a2cdaa8c
NL
20 #external_code_coverage:
21 # timeout: 3600
3e6b7ea0
J
22 php_code_coverage: true
23 php_sim: false
24 php_cpd: false
b45c1885
JB
25
26checks:
27 php:
28 code_rating: true