rubocop: don’t allow special global variables.
Even if shell/perl users recognise these variables the English versions are significantly more readable for everyone.
This commit is contained in:
		
							parent
							
								
									f3970b52b6
								
							
						
					
					
						commit
						c21abf0e3a
					
				@ -187,10 +187,6 @@ Style/RaiseArgs:
 | 
			
		||||
Style/RegexpLiteral:
 | 
			
		||||
  EnforcedStyle: slashes
 | 
			
		||||
 | 
			
		||||
# not a problem for typical shell users
 | 
			
		||||
Style/SpecialGlobalVars:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
 | 
			
		||||
# ruby style guide favorite
 | 
			
		||||
Style/StringLiterals:
 | 
			
		||||
  EnforcedStyle: double_quotes
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user