Full static code analysis
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -5,7 +5,7 @@ analyze-yaml:
 | 
				
			|||||||
analyze-phpmd:
 | 
					analyze-phpmd:
 | 
				
			||||||
	vendor/bin/phpmd src text  cleancode,codesize,controversial,design,naming,unusedcode
 | 
						vendor/bin/phpmd src text  cleancode,codesize,controversial,design,naming,unusedcode
 | 
				
			||||||
analyze-phpstan:
 | 
					analyze-phpstan:
 | 
				
			||||||
	vendor/bin/phpstan analyze --level=7  --error-format=raw src/ backup 
 | 
						vendor/bin/phpstan analyze --level=8  --error-format=raw src/ backup 
 | 
				
			||||||
analyze-psalm:
 | 
					analyze-psalm:
 | 
				
			||||||
	vendor/bin/psalm --no-cache
 | 
						vendor/bin/psalm --no-cache
 | 
				
			||||||
analyze-phpcs:
 | 
					analyze-phpcs:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
<?xml version="1.0"?>
 | 
					<?xml version="1.0"?>
 | 
				
			||||||
<psalm
 | 
					<psalm
 | 
				
			||||||
    errorLevel="2"
 | 
					    errorLevel="1"
 | 
				
			||||||
    resolveFromConfigFile="true"
 | 
					    resolveFromConfigFile="true"
 | 
				
			||||||
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | 
					    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | 
				
			||||||
    xmlns="https://getpsalm.org/schema/config"
 | 
					    xmlns="https://getpsalm.org/schema/config"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user