mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
22 lines
370 B
YAML
22 lines
370 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
|
|
|
|
Layout/RescueEnsureAlignment:
|
|
Enabled: false
|