forked from GNUsocial/gnu-social
		
	
		
			
	
	
		
			36 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			36 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								<?xml version="1.0"?>
							 | 
						||
| 
								 | 
							
								<ruleset>
							 | 
						||
| 
								 | 
							
								    <arg name="basepath" value="."/>
							 | 
						||
| 
								 | 
							
								    <arg name="extensions" value="php"/>
							 | 
						||
| 
								 | 
							
								    <arg name="parallel" value="80"/>
							 | 
						||
| 
								 | 
							
								    <arg name="cache" value=".phpcs-cache"/>
							 | 
						||
| 
								 | 
							
								    <arg name="colors"/>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <!-- Ignore warnings, show progress of the run and show sniff names -->
							 | 
						||
| 
								 | 
							
								    <arg value="nps"/>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <file>src</file>
							 | 
						||
| 
								 | 
							
								    <file>tests</file>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <rule ref="Doctrine">
							 | 
						||
| 
								 | 
							
								        <exclude name="SlevomatCodingStandard.TypeHints.DeclareStrictTypes"/>
							 | 
						||
| 
								 | 
							
								        <exclude name="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingParameterTypeHint"/>
							 | 
						||
| 
								 | 
							
								        <exclude name="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingReturnTypeHint"/>
							 | 
						||
| 
								 | 
							
								        <exclude name="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException"/>
							 | 
						||
| 
								 | 
							
								    </rule>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming">
							 | 
						||
| 
								 | 
							
								        <exclude-pattern>tests/DoctrineTest/InstantiatorTestAsset/AbstractClassAsset.php</exclude-pattern>
							 | 
						||
| 
								 | 
							
								    </rule>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <rule ref="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming">
							 | 
						||
| 
								 | 
							
								        <exclude-pattern>src/Doctrine/Instantiator/Exception/UnexpectedValueException.php</exclude-pattern>
							 | 
						||
| 
								 | 
							
								        <exclude-pattern>src/Doctrine/Instantiator/Exception/InvalidArgumentException.php</exclude-pattern>
							 | 
						||
| 
								 | 
							
								    </rule>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <rule ref="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming">
							 | 
						||
| 
								 | 
							
								        <exclude-pattern>src/Doctrine/Instantiator/Exception/ExceptionInterface.php</exclude-pattern>
							 | 
						||
| 
								 | 
							
								        <exclude-pattern>src/Doctrine/Instantiator/InstantiatorInterface.php</exclude-pattern>
							 | 
						||
| 
								 | 
							
								    </rule>
							 | 
						||
| 
								 | 
							
								</ruleset>
							 |