Removing PHPCS from our build, as the project is not at all PSR2 compliant.

This commit is contained in:
Dan Cryer 2013-05-10 17:07:00 +01:00
parent 5d01359055
commit d4b24dab32

View file

@ -8,8 +8,5 @@ ignore:
test:
php_mess_detector:
allow_failures: true
php_code_sniffer:
standard: "PSR2"
allow_failures: true
php_cpd:
allow_failures: true