-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpcs.xml
18 lines (17 loc) · 865 Bytes
/
phpcs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<ruleset name="AXMSniffs">
<file>./src</file>
<rule ref="PSR2"/>
<rule ref="PEAR">
<exclude name="Generic.Commenting.DocComment.TagValueIndent"/>
<exclude name="PEAR.Commenting.FileComment.MissingCategoryTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingLinkTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingPackageTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingVersion"/>
<exclude name="PEAR.Commenting.ClassComment.MissingCategoryTag"/>
<exclude name="PEAR.Commenting.ClassComment.MissingLinkTag"/>
<exclude name="PEAR.Commenting.FunctionComment.SpacingAfterParamType"/>
<exclude name="PEAR.Commenting.FunctionComment.MissingParamComment"/>
<exclude name="Generic.Commenting.DocComment.MissingShort"/>
</rule>
</ruleset>