Edit ruleset
This commit is contained in:
parent
5ee2a60fc1
commit
9e157d6815
1 changed files with 9 additions and 1 deletions
10
ruleset.xml
10
ruleset.xml
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<ruleset name="Yii_Addon">
|
||||
<!-- vendor/bin/phpcs -n --standard=ruleset.xml --report=emacs -->
|
||||
<description>Yii addon coding standards</description>
|
||||
|
||||
<file>./src</file>
|
||||
|
|
@ -93,7 +94,7 @@
|
|||
<rule ref="PEAR.Commenting.FileComment.MissingCategoryTag">
|
||||
<type>warning</type>
|
||||
</rule>
|
||||
|
||||
|
||||
<rule ref="PEAR.Commenting.FileComment.InvalidPackage">
|
||||
<type>warning</type>
|
||||
</rule>
|
||||
|
|
@ -132,6 +133,13 @@
|
|||
|
||||
<rule ref="Squiz.Commenting.VariableComment"/>
|
||||
|
||||
<rule ref="Squiz.Commenting.VariableComment.Missing">
|
||||
<type>warning</type>
|
||||
</rule>
|
||||
|
||||
<rule ref="PEAR.Commenting.FunctionComment.MissingParamComment">
|
||||
<type>warning</type>
|
||||
</rule>
|
||||
|
||||
<rule ref="Squiz.ControlStructures">
|
||||
<exclude name="Squiz.ControlStructures"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue