mirror of
				https://gitea.invidious.io/iv-org/shard-ameba.git
				synced 2024-08-15 00:53:29 +00:00 
			
		
		
		
	Use warning as a default severity for Metrics and Performance groups
				
					
				
			This commit is contained in:
		
							parent
							
								
									3b7cd3723c
								
							
						
					
					
						commit
						75482a06cf
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -267,7 +267,9 @@ class Ameba::Config
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    macro included
 | 
					    macro included
 | 
				
			||||||
      GROUP_SEVERITY = {
 | 
					      GROUP_SEVERITY = {
 | 
				
			||||||
        Lint: Ameba::Severity::Warning,
 | 
					        Lint:        Ameba::Severity::Warning,
 | 
				
			||||||
 | 
					        Metrics:     Ameba::Severity::Warning,
 | 
				
			||||||
 | 
					        Performance: Ameba::Severity::Warning,
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      class_getter default_severity : Ameba::Severity do
 | 
					      class_getter default_severity : Ameba::Severity do
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue