radarrplexorganizrnginxsonarrdashboardserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpc
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							31 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							31 lines
						
					
					
						
							1.2 KiB
						
					
					
				
								includes:
							 | 
						|
								    - temp/ecs/config/clean-code.neon
							 | 
						|
								    - temp/ecs/config/psr2-checkers.neon
							 | 
						|
								    - temp/ecs/config/spaces.neon
							 | 
						|
								    - temp/ecs/config/common.neon
							 | 
						|
								
							 | 
						|
								checkers:
							 | 
						|
								    PhpCsFixer\Fixer\Operator\ConcatSpaceFixer:
							 | 
						|
								        spacing: one
							 | 
						|
								
							 | 
						|
								parameters:
							 | 
						|
								    exclude_checkers:
							 | 
						|
								        # from temp/ecs/config/common.neon
							 | 
						|
								        - PhpCsFixer\Fixer\ClassNotation\OrderedClassElementsFixer
							 | 
						|
								        - PhpCsFixer\Fixer\PhpUnit\PhpUnitStrictFixer
							 | 
						|
								        - PhpCsFixer\Fixer\ControlStructure\YodaStyleFixer
							 | 
						|
								        # from temp/ecs/config/spaces.neon
							 | 
						|
								        - PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer
							 | 
						|
								
							 | 
						|
								    skip:
							 | 
						|
								        SlevomatCodingStandard\Sniffs\Classes\UnusedPrivateElementsSniff:
							 | 
						|
								            # WIP code
							 | 
						|
								            - src/DocBlock/StandardTagFactory.php
							 | 
						|
								        PHP_CodeSniffer\Standards\Generic\Sniffs\CodeAnalysis\EmptyStatementSniff:
							 | 
						|
								            # WIP code
							 | 
						|
								            - src/DocBlock/StandardTagFactory.php
							 | 
						|
								        PHP_CodeSniffer\Standards\Squiz\Sniffs\Classes\ValidClassNameSniff:
							 | 
						|
								            - src/DocBlock/Tags/Return_.php
							 | 
						|
								            - src/DocBlock/Tags/Var_.php
							 | 
						|
								        PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff:
							 | 
						|
								            - */tests/**
							 | 
						|
								
							 |