httpx/.rubocop-2.3.yml
2021-01-13 17:05:24 +00:00

25 lines
418 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
Lint/RedundantSplatExpansion:
Enabled: false