Skip to content
Snippets Groups Projects
Verified Commit 106712f7 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

feat: remove commenting sniffs

parent a028eba8
Branches
Tags
No related merge requests found
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
<!-- Demanding Yoda conditions is stupid. --> <!-- Demanding Yoda conditions is stupid. -->
<exclude name="WordPress.PHP.YodaConditions"/> <exclude name="WordPress.PHP.YodaConditions"/>
<!-- The only required comments are for the classes. --> <!-- Commenting isn't something to be required from CS. -->
<exclude name="Squiz.Commenting.FunctionComment"/> <exclude name="Squiz.Commenting"/>
<exclude name="Generic.Commenting.DocComment.MissingShort"/> <exclude name="Generic.Commenting.DocComment.MissingShort"/>
<!-- You can use short if-else form. --> <!-- You can use short if-else form. -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment