diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-08-02 14:43:15 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-08-02 14:43:15 -0600 |
commit | bbac957525a0dad7ffc9c60c25dd1557bab61e8f (patch) | |
tree | 9a0a4ea755e582830f526e991bddba5cc8a3af31 | |
parent | aa657395fd0e902c45b6d8117f999fb85e60690a (diff) |
Removing rule of _ for private class methods, outdated.
-rw-r--r-- | PEARish.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PEARish.xml b/PEARish.xml index 0e103bd..13b21dc 100644 --- a/PEARish.xml +++ b/PEARish.xml @@ -12,5 +12,6 @@ <exclude name="PEAR.Commenting.ClassComment.MissingLicenseTag"/> <exclude name="PEAR.Commenting.ClassComment.MissingLinkTag"/> <exclude name="PEAR.Commenting.FileComment.MissingVersion"/> + <exclude name="PEAR.NamingConventions.ValidFunctionName.PrivateNoUnderscore"/> </rule> </ruleset> |