mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-30 11:38:41 +00:00
optimize phpcs config after including it into vs code
This commit is contained in:
parent
ead4bffa9f
commit
8482223797
|
|
@ -102,8 +102,22 @@
|
|||
<severity>3</severity>
|
||||
</rule>
|
||||
<rule ref="PEAR.Classes.ClassDeclaration"/>
|
||||
<rule ref="PEAR.Commenting.FileComment">
|
||||
<exclude name="PEAR.Commenting.FileComment.InvalidPackage"/>
|
||||
<exclude name="PEAR.Commenting.FileComment.IncompleteCopyright"/>
|
||||
<exclude name="PEAR.Commenting.FileComment.InvalidVersion"/>
|
||||
<exclude name="PEAR.Commenting.FileComment.MissingAuthorTag"/>
|
||||
<exclude name="PEAR.Commenting.FileComment.MissingCategoryTag"/>
|
||||
</rule>
|
||||
<rule ref="PEAR.Commenting.ClassComment">
|
||||
<exclude name="PEAR.Commenting.ClassComment.InvalidPackage"/>
|
||||
<exclude name="PEAR.Commenting.ClassComment.IncompleteCopyright"/>
|
||||
<exclude name="PEAR.Commenting.ClassComment.MissingAuthorTag"/>
|
||||
<exclude name="PEAR.Commenting.ClassComment.MissingCategoryTag"/>
|
||||
<exclude name="PEAR.Commenting.ClassComment.InvalidVersion"/>
|
||||
</rule>
|
||||
<rule ref="PEAR.Commenting.FunctionComment">
|
||||
<severity>3</severity>
|
||||
<severity>7</severity>
|
||||
<exclude-pattern>*/tests/*</exclude-pattern><!-- Tests don't need comments -->
|
||||
</rule>
|
||||
<rule ref="PEAR.Commenting.InlineComment"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user