mirror of
				https://github.com/HoneyryderChuck/httpx.git
				synced 2025-11-03 00:03:30 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			322 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			322 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
inherit_from: .rubocop.yml
 | 
						|
 | 
						|
require: rubocop-performance
 | 
						|
 | 
						|
# TODO: remove this if min supported version of ruby is 2.3
 | 
						|
Style/HashSyntax:
 | 
						|
  Enabled: false
 | 
						|
 | 
						|
Naming/MethodParameterName:
 | 
						|
  Enabled: false
 | 
						|
 | 
						|
Lint/SuppressedException:
 | 
						|
  Enabled: false
 | 
						|
 | 
						|
Layout/LineLength:
 | 
						|
  Exclude:
 | 
						|
    - 'test/resolver/native_test.rb'
 | 
						|
  Max: 140
 |