<ruleset name="SimpleFeed">
    <description>SimpleFeed coding standard.</description>
    <rule ref="PEAR">    
        <exclude name="PEAR.Commenting.FileComment.Missing"/>
        <exclude name="PEAR.Commenting.FileComment.WrongStyle"/>        
        <exclude name="PEAR.Commenting.FunctionComment.Missing"/>
        <exclude name="PEAR.NamingConventions.ValidFunctionName.FunctionNoCapital"/>
        <exclude name="PEAR.NamingConventions.ValidFunctionName.FunctionNameInvalid"/>
        <exclude name="PEAR.Functions.FunctionCallSignature.OpeningIndent"/>
        <exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"/>
        <exclude name="PEAR.Functions.FunctionCallSignature.Indent"/>
        <exclude name="PEAR.Functions.FunctionCallSignature.CloseBracketLine"/>
        <exclude name="PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket"/>
        <exclude name="PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket"/>        
        <exclude name="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
        <exclude name="PEAR.ControlStructures.ControlSignature.Found"/>
        <exclude name="PEAR.ControlStructures.MultiLineCondition.SpaceBeforeOpenBrace"/>
        <exclude name="PEAR.ControlStructures.MultiLineCondition.SpacingAfterOpenBrace"/>                
        <exclude name="PEAR.WhiteSpace.ScopeIndent.IncorrectExact"/>
        <exclude name="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
        <exclude name="PEAR.WhiteSpace.ScopeClosingBrace.Line"/>
        <exclude name="PEAR.WhiteSpace.ScopeClosingBrace.Indent"/>        
        <exclude name="Generic.WhiteSpace.DisallowTabIndent.TabsUsed"/>
        <exclude name="Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed"/>
        <exclude name="Generic.Files.LineLength.TooLong"/>
        <exclude name="Generic.ControlStructures.InlineControlStructure.Discouraged"/>
        <exclude name="Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma"/>        
        <exclude name="WordPress.DB.SlowDBQuery.slow_db_query_meta_query"/>
        <exclude name="WordPress.Security.NonceVerification.Recommended"/>
        <exclude name="Squiz.PHP.CommentedOutCode.Found"/>
        <exclude name="WordPressVIPMinimum.Performance.FetchingRemoteData.FileGetContentsUnknown"/>
    </rule>
</ruleset>