PHP Classes

File: vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ProcessRulesetShouldProcessElementTest.xml

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ProcessRulesetShouldProcessElementTest.xml   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/ProcessRulesetShouldProcessElementTest.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 27 days ago
Size: 1,748 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ProcessRulesetShouldProcessElementTest" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PHPCSStandards/PHP_CodeSniffer/master/phpcs.xsd"> <file>.</file> <!-- ################ # Neither set. # ################ --> <config name="neither" value="true"/> <arg value="ps" /> <arg name="extensions" value="php,phpt" /> <ini name="bcmath.scale" value="2"/> <exclude-pattern>./tests/</exclude-pattern> <rule ref="PEAR.Formatting.MultiLineAssignment"/> <!-- ################### # phpcs-only set. # ################### --> <config phpcs-only="true" name="csOnly" value="true"/> <arg phpcs-only="true" name="colors"/> <ini phpcs-only="true" name="docref_root" value="path/to/docs/"/> <exclude-pattern phpcs-only="true">./vendor/</exclude-pattern> <rule phpcs-only="true" ref="Generic.Arrays.ArrayIndent"/> <rule ref="PEAR.Formatting.MultiLineAssignment"> <exclude phpcs-only="true" name="PEAR.Formatting.MultiLineAssignment.Indent"/> </rule> <!-- #################### # phpcbf-only set. # #################### --> <config phpcbf-only="true" name="cbfOnly" value="true"/> <arg phpcbf-only="true" name="report" value="summary"/> <ini phpcbf-only="true" name="user_agent" value="Never mind"/> <exclude-pattern phpcbf-only="true">./node-modules/</exclude-pattern> <rule phpcbf-only="true" ref="PSR2.Classes.ClassDeclaration"/> <rule ref="PEAR.Formatting.MultiLineAssignment"> <exclude phpcbf-only="true" name="PEAR.Formatting.MultiLineAssignment.EqualSignLine"/> </rule> </ruleset>