PHP Classes

File: ruleset.xml

Recommend this page to a friend!
  Classes of Ankit Jain   PHP File Size Human Readable   ruleset.xml   Download  
File: ruleset.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP File Size Human Readable
Format files in terms of B, KB, MB, GB, TB
Author: By
Last change:
Date: 5 years ago
Size: 1,653 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="MyStandard"> <description>My custom coding standard.</description> <rule ref="PEAR"> <exclude name="PEAR.Commenting.FileComment.Missing"/> <exclude name="PEAR.Commenting.ClassComment.Missing"/> <exclude name="PEAR.Commenting.FunctionComment.MissingParamComment"/> <exclude name="PEAR.Commenting.FunctionComment.Missing"/> <exclude name="PEAR.Commenting.FunctionComment.MissingReturn"/> <exclude name="PEAR.Commenting.FunctionComment.MissingParamTag"/> <exclude name="PEAR.Commenting.FunctionComment.SpacingAfterParamType"/> <exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"/> <exclude name="PEAR.Functions.FunctionCallSignature.CloseBracketLine"/> <exclude name="PEAR.Files.IncludingFile.UseInclude"/> <exclude name="PEAR.WhiteSpace.ObjectOperatorIndent.Incorrect"/> <exclude name="Generic.Commenting.DocComment.MissingShort"/> <exclude name="Generic.Commenting.DocComment.NonParamGroup"/> <exclude name="Generic.Commenting.DocComment.ShortNotCapital"/> <exclude name="Generic.Files.LineLength.TooLong"/> <exclude name="Generic.Commenting.DocComment.TagsNotGrouped"/> <exclude name="PEAR.Commenting.ClassComment.MissingCategoryTag"/> <exclude name="PEAR.Commenting.ClassComment.MissingPackageTag"/> <exclude name="PEAR.Commenting.ClassComment.MissingAuthorTag"/> <exclude name="PEAR.Commenting.ClassComment.MissingLicenseTag"/> <exclude name="PEAR.Commenting.ClassComment.MissingLinkTag"/> </rule> </ruleset>