specifying PSR-2 level checks

This commit is contained in:
Ahmad Nassri
2014-12-17 20:57:23 -05:00
parent 2d4f23af38
commit 9465a4656a

View File

@@ -4,10 +4,16 @@ tools:
php_analyzer: true php_analyzer: true
php_mess_detector: true php_mess_detector: true
php_changetracking: true php_changetracking: true
php_code_sniffer: true
php_cs_fixer: true
sensiolabs_security_checker: true sensiolabs_security_checker: true
php_code_sniffer:
config:
standard: 'PSR2'
php_cs_fixer:
config:
level: 'psr2'
filter: filter:
excluded_paths: excluded_paths:
- 'test/*' - 'test/*'