PHP Classes

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

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionTest.xml   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionTest.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change:
Date: 1 year ago
Size: 1,445 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="RuleInclusionTest" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd"> <rule ref="PSR1"> <properties> <property name="setforallsniffs" value="true" /> </properties> </rule> <rule ref="Zend.NamingConventions"> <properties> <property name="setforallincategory" value="true" /> </properties> </rule> <rule ref="Generic.Arrays.ArrayIndent"> <properties> <property name="indent" value="2" /> </properties> </rule> <rule ref="Generic.Metrics.CyclomaticComplexity.MaxExceeded"> <properties> <property name="complexity" value="50" /> </properties> </rule> <rule ref="./src/Standards/Generic/Sniffs/Files/LineLengthSniff.php"> <properties> <property name="lineLimit" value="10" /> </properties> </rule> <rule ref="./../%path_root_dir%/src/Standards/Generic/Sniffs/NamingConventions/CamelCapsFunctionNameSniff.php"> <properties> <property name="strict" value="false" /> </properties> </rule> <rule ref="./RuleInclusionTest-include.xml"> <properties> <property name="setforsniffsinincludedruleset" value="true" /> </properties> </rule> </ruleset>