httpx/.rubocop-2.1.yml
2021-06-12 02:44:16 +01:00

35 lines
582 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
Lint/UnneededSplatExpansion:
Enabled: false
Style/BracesAroundHashParameters:
Enabled: false