aik099 / CodingStandard

The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Exclude several sniff errors on extended classes #39

Closed aik099 closed 10 years ago

aik099 commented 10 years ago

If class name starts from E then it's safe to assume that it extends something. Let's ignore following errors in such files:

Maybe we can cheat a bit and exclude files that starts with e_ from checks right in the ruleset.xml.

aik099 commented 10 years ago

Closed via 3e0cb3d134c690e063b872d91a5202f7eb915060