OSDN Git Service

add <properties> tag to ruleset
authorscribu <mail@scribu.net>
Thu, 10 Oct 2013 18:01:40 +0000 (21:01 +0300)
committerscribu <mail@scribu.net>
Thu, 10 Oct 2013 18:01:40 +0000 (21:01 +0300)
ci/ruleset.xml

index 748ba7a..e8d39ef 100644 (file)
@@ -3,6 +3,8 @@
        <description>WP-CLI coding standards.</description>
 
        <rule ref="Generic.CodeAnalysis.VariableAnalysis">
-               <property name="allowUnusedFunctionParameters" value="1"/>
+               <properties>
+                       <property name="allowUnusedFunctionParameters" value="1"/>
+               </properties>
        </rule>
 </ruleset>