httpx/.rubocop-2.3.yml
2020-11-07 16:55:23 +00:00

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