Closed aik099 closed 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:
E
Member variable "PerPage" is not in valid camel caps format
Public method name "EUserList::GetTotalPages" is not in camel caps format
Maybe we can cheat a bit and exclude files that starts with e_ from checks right in the ruleset.xml.
e_
ruleset.xml
Closed via 3e0cb3d134c690e063b872d91a5202f7eb915060
If class name starts from
E
then it's safe to assume that it extends something. Let's ignore following errors in such files:Member variable "PerPage" is not in valid camel caps format
(CodingStandard.NamingConventions.ValidVariableName.MemberNotCamelCaps)Public method name "EUserList::GetTotalPages" is not in camel caps format
(CodingStandard.NamingConventions.ValidFunctionName.ScopeNotCamelCaps)Maybe we can cheat a bit and exclude files that starts with
e_
from checks right in theruleset.xml
.