Browse Source

Remove unneeded exclusion in phpcs config.

ADmad 7 years ago
parent
commit
35e4ff6688
1 changed files with 1 additions and 3 deletions
  1. 1 3
      phpcs.xml.dist

+ 1 - 3
phpcs.xml.dist

@@ -2,7 +2,5 @@
 <ruleset name="CakePHP Core">
     <config name="installed_paths" value="../../cakephp/cakephp-codesniffer" />
 
-    <rule ref="CakePHP" >
-        <exclude name="Generic.Commenting.Todo.TaskFound" />
-    </rule>
+    <rule ref="CakePHP" />
 </ruleset>