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
				
			
		| 
						 | 
				
			
			@ -268,6 +268,8 @@ class Ameba::Config
 | 
			
		|||
    macro included
 | 
			
		||||
      GROUP_SEVERITY = {
 | 
			
		||||
        Lint:        Ameba::Severity::Warning,
 | 
			
		||||
        Metrics:     Ameba::Severity::Warning,
 | 
			
		||||
        Performance: Ameba::Severity::Warning,
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      class_getter default_severity : Ameba::Severity do
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue