Improved PHPMD configuration for PHP Censor.

This commit is contained in:
Dmitry Khomutov 2017-12-14 22:22:35 +07:00
commit 3f6bec3a6b
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
2 changed files with 28 additions and 0 deletions

View file

@ -15,6 +15,8 @@ test:
php_mess_detector:
allow_failures: true
rules:
- phpmd.xml
php_code_sniffer:
standard: PSR2