Reduce LineLength from 320 to 300 (#29636)
				
					
				
			This commit is contained in:
		
							parent
							
								
									f8b03c3925
								
							
						
					
					
						commit
						d27eb181f6
					
				@ -11,6 +11,6 @@ linters:
 | 
				
			|||||||
  MiddleDot:
 | 
					  MiddleDot:
 | 
				
			||||||
    enabled: true
 | 
					    enabled: true
 | 
				
			||||||
  LineLength:
 | 
					  LineLength:
 | 
				
			||||||
    max: 320
 | 
					    max: 300
 | 
				
			||||||
  ViewLength:
 | 
					  ViewLength:
 | 
				
			||||||
    max: 200 # Override default value of 100 inherited from rubocop
 | 
					    max: 200 # Override default value of 100 inherited from rubocop
 | 
				
			||||||
 | 
				
			|||||||
@ -39,7 +39,7 @@ Layout/FirstHashElementIndentation:
 | 
				
			|||||||
# Reason: Currently disabled in .rubocop_todo.yml
 | 
					# Reason: Currently disabled in .rubocop_todo.yml
 | 
				
			||||||
# https://docs.rubocop.org/rubocop/cops_layout.html#layoutlinelength
 | 
					# https://docs.rubocop.org/rubocop/cops_layout.html#layoutlinelength
 | 
				
			||||||
Layout/LineLength:
 | 
					Layout/LineLength:
 | 
				
			||||||
  Max: 320 # Default of 120 causes a duplicate entry in generated todo file
 | 
					  Max: 300 # Default of 120 causes a duplicate entry in generated todo file
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Disable most Metrics/*Length cops
 | 
					## Disable most Metrics/*Length cops
 | 
				
			||||||
# Reason: those are often triggered and force significant refactors when this happend
 | 
					# Reason: those are often triggered and force significant refactors when this happend
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user