Autofix Rubocop spacing in config (#25022)
This commit is contained in:
		
							parent
							
								
									19f9098551
								
							
						
					
					
						commit
						c0b9664a31
					
				
					 5 changed files with 7 additions and 40 deletions
				
			
		| 
						 | 
				
			
			@ -21,12 +21,6 @@ Layout/ArgumentAlignment:
 | 
			
		|||
    - 'config/initializers/cors.rb'
 | 
			
		||||
    - 'config/initializers/session_store.rb'
 | 
			
		||||
 | 
			
		||||
# This cop supports safe autocorrection (--autocorrect).
 | 
			
		||||
# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
 | 
			
		||||
Layout/ExtraSpacing:
 | 
			
		||||
  Exclude:
 | 
			
		||||
    - 'config/initializers/omniauth.rb'
 | 
			
		||||
 | 
			
		||||
# This cop supports safe autocorrection (--autocorrect).
 | 
			
		||||
# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
 | 
			
		||||
# SupportedHashRocketStyles: key, separator, table
 | 
			
		||||
| 
						 | 
				
			
			@ -39,12 +33,6 @@ Layout/HashAlignment:
 | 
			
		|||
    - 'config/initializers/rack_attack.rb'
 | 
			
		||||
    - 'config/routes.rb'
 | 
			
		||||
 | 
			
		||||
# This cop supports safe autocorrection (--autocorrect).
 | 
			
		||||
# Configuration parameters: Width, AllowedPatterns.
 | 
			
		||||
Layout/IndentationWidth:
 | 
			
		||||
  Exclude:
 | 
			
		||||
    - 'config/initializers/ffmpeg.rb'
 | 
			
		||||
 | 
			
		||||
# This cop supports safe autocorrection (--autocorrect).
 | 
			
		||||
# Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment.
 | 
			
		||||
Layout/LeadingCommentSpace:
 | 
			
		||||
| 
						 | 
				
			
			@ -52,14 +40,6 @@ Layout/LeadingCommentSpace:
 | 
			
		|||
    - 'config/application.rb'
 | 
			
		||||
    - 'config/initializers/omniauth.rb'
 | 
			
		||||
 | 
			
		||||
# This cop supports safe autocorrection (--autocorrect).
 | 
			
		||||
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
 | 
			
		||||
# SupportedStyles: space, no_space
 | 
			
		||||
# SupportedStylesForEmptyBraces: space, no_space
 | 
			
		||||
Layout/SpaceBeforeBlockBraces:
 | 
			
		||||
  Exclude:
 | 
			
		||||
    - 'config/initializers/paperclip.rb'
 | 
			
		||||
 | 
			
		||||
# This cop supports safe autocorrection (--autocorrect).
 | 
			
		||||
# Configuration parameters: EnforcedStyle.
 | 
			
		||||
# SupportedStyles: require_no_space, require_space
 | 
			
		||||
| 
						 | 
				
			
			@ -68,19 +48,6 @@ Layout/SpaceInLambdaLiteral:
 | 
			
		|||
    - 'config/environments/production.rb'
 | 
			
		||||
    - 'config/initializers/content_security_policy.rb'
 | 
			
		||||
 | 
			
		||||
# This cop supports safe autocorrection (--autocorrect).
 | 
			
		||||
# Configuration parameters: EnforcedStyle.
 | 
			
		||||
# SupportedStyles: space, no_space
 | 
			
		||||
Layout/SpaceInsideStringInterpolation:
 | 
			
		||||
  Exclude:
 | 
			
		||||
    - 'config/initializers/webauthn.rb'
 | 
			
		||||
 | 
			
		||||
# This cop supports safe autocorrection (--autocorrect).
 | 
			
		||||
# Configuration parameters: AllowInHeredoc.
 | 
			
		||||
Layout/TrailingWhitespace:
 | 
			
		||||
  Exclude:
 | 
			
		||||
    - 'config/initializers/paperclip.rb'
 | 
			
		||||
 | 
			
		||||
# Configuration parameters: AllowedMethods, AllowedPatterns.
 | 
			
		||||
Lint/AmbiguousBlockAssociation:
 | 
			
		||||
  Exclude:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue