Can anyone recommend a ruleset.xml file that would be best for use with CakePHP? I was using the PEAR ruleset.xml, and tried out the Squiz ruleset.xml, but I was wondering if there’s something specifically for CakePHP?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do not know much about it but there are two on github, which seem interesting.
https://github.com/jrbasso/CodeSniffer_CakePHP/blob/master/ruleset.xmlhttps://github.com/AD7six/cakephp-codesniffs/blob/master/ruleset.xmlEDIT:
The “official” CakePHP sniffs are now here