mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
29 lines
483 B
YAML
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
|