httpx/.rubocop-2.1.yml

29 lines
483 B
YAML

inherit_from: .rubocop.yml
# Because this cop doesn't work well with frozen regexes
Style/RedundantFreeze:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Layout/IndentHeredoc:
Enabled: false
Style/HashSyntax:
Enabled: false
Naming/UncommunicativeMethodParamName:
Enabled: false
Lint/HandleExceptions:
Enabled: false
Metrics/LineLength:
Exclude:
- 'test/resolver/native_test.rb'
Max: 140
Lint/UnneededCopDisableDirective:
Enabled: false