Query/.scrutinizer.yml

25 lines
525 B
YAML
Raw Normal View History

2014-03-20 10:49:15 -04:00
imports:
- php
tools:
2014-03-20 11:06:44 -04:00
external_code_coverage:
timeout: 1000
2014-03-20 10:49:15 -04:00
# PHP
# Don't like PSR standards, not going to get messages for them!
php_code_sniffer: false
php_sim: true
# Can't be used with similarity analyzer
php_cpd: false
2014-03-20 10:49:15 -04:00
php_mess_detector: true
php_pdepend: true
php_loc: true
php_analyzer:
config:
2014-03-26 21:12:40 -04:00
metrics_lack_of_cohesion_methods:
enabled: true
2014-03-26 21:12:40 -04:00
doc_comment_fixes:
enabled: true
php_hhvm: true