mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
45 lines
699 B
YAML
45 lines
699 B
YAML
Metrics/AbcSize:
|
|
Max: 185
|
|
|
|
Metrics/CyclomaticComplexity:
|
|
Max: 60
|
|
|
|
Metrics/PerceivedComplexity:
|
|
Max: 46
|
|
|
|
Metrics/ModuleLength:
|
|
Max: 325
|
|
|
|
Metrics/BlockLength:
|
|
Max: 500
|
|
|
|
Metrics/BlockNesting:
|
|
Enabled: False
|
|
|
|
#Naming/MethodName:
|
|
|
|
Style/SafeNavigation:
|
|
Enabled: false
|
|
|
|
Security/Eval:
|
|
Enabled: false
|
|
|
|
Style/ClassAndModuleChildren:
|
|
Enabled: false
|
|
|
|
Style/NumericPredicate:
|
|
Exclude:
|
|
- lib/palanca/extensions/*.rb
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Naming/AccessorMethodName:
|
|
Enabled: false
|
|
|
|
Performance/MethodObjectAsBlock:
|
|
Enabled: false
|
|
|
|
# TODO: remove after https://github.com/rubocop/rubocop/issues/11980 is fixed
|
|
Style/RedundantCurrentDirectoryInPath:
|
|
Enabled: false |