mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-11 14:10:06 +01:00
22 lines
1.2 KiB
XML
22 lines
1.2 KiB
XML
|
<ruleset name="MyStandard">
|
||
|
<description>My custom coding standard.</description>
|
||
|
<rule ref="PEAR">
|
||
|
<exclude name="PEAR.NamingConventions.ValidFunctionName"/>
|
||
|
<exclude name="PEAR.NamingConventions.ValidVariableName"/>
|
||
|
<exclude name="PEAR.Commenting.ClassComment"/>
|
||
|
<exclude name="Generic.Commenting.DocComment.MissingShort"/>
|
||
|
<exclude name="PEAR.Commenting.ClassComment.Missing"/>
|
||
|
<exclude name="PEAR.Commenting.FileComment.Missing"/>
|
||
|
<exclude name="PEAR.Commenting.FunctionComment.Missing"/>
|
||
|
<exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"/>
|
||
|
<exclude name="PEAR.Functions.FunctionCallSignature.CloseBracketLine"/>
|
||
|
<exclude name="PEAR.NamingConventions.ValidFunctionName.PrivateNoUnderscore"/>
|
||
|
<exclude name="PEAR.Commenting.FileComment.MissingCategoryTag"/>
|
||
|
<exclude name="PEAR.Commenting.FileComment.MissingPackageTag"/>
|
||
|
<exclude name="PEAR.Commenting.FileComment.MissingLinkTag"/>
|
||
|
<exclude name="PEAR.Commenting.FileComment.MissingVersion"/>
|
||
|
<exclude name="PEAR.Commenting.InlineComment"/>
|
||
|
<exclude name="Generic.PHP.DisallowShortOpenTag" />
|
||
|
</rule>
|
||
|
</ruleset>
|