diff --git a/WPDeskPlugin/ruleset.xml b/WPDeskPlugin/ruleset.xml index 531308232e0bf9f23cb2d149cde45d9e725c6d02..97e9033584aee7769b0e80bb801465ee031f4ce2 100644 --- a/WPDeskPlugin/ruleset.xml +++ b/WPDeskPlugin/ruleset.xml @@ -26,8 +26,8 @@ <!-- Demanding Yoda conditions is stupid. --> <exclude name="WordPress.PHP.YodaConditions"/> - <!-- The only required comments are for the classes. --> - <exclude name="Squiz.Commenting.FunctionComment"/> + <!-- Commenting isn't something to be required from CS. --> + <exclude name="Squiz.Commenting"/> <exclude name="Generic.Commenting.DocComment.MissingShort"/> <!-- You can use short if-else form. -->