mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-08 00:00:58 -05:00
disabling cops that don't bring benefit
This commit is contained in:
parent
d350bebe81
commit
c96c79537a
@ -100,6 +100,9 @@ Performance/TimesMap:
|
|||||||
Performance/RedundantBlockCall:
|
Performance/RedundantBlockCall:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Performance/CollectionLiteralInLoop:
|
||||||
|
Enabled: false # most useless perf cop ever...
|
||||||
|
|
||||||
Naming/ClassAndModuleCamelCase:
|
Naming/ClassAndModuleCamelCase:
|
||||||
Exclude:
|
Exclude:
|
||||||
- regression_tests/**/*.rb
|
- regression_tests/**/*.rb
|
||||||
@ -138,6 +141,11 @@ Lint/MissingSuper:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/httpx/io/unix.rb'
|
- 'lib/httpx/io/unix.rb'
|
||||||
|
|
||||||
|
Lint/DuplicateBranch:
|
||||||
|
Enabled: false # this doesn't work correctly
|
||||||
|
|
||||||
|
Lint/EmptyBlock:
|
||||||
|
Enabled: false # and neither does this. I don't control 3rd party methods.
|
||||||
Style/HashTransformValues:
|
Style/HashTransformValues:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/httpx/plugins/digest_authentication.rb'
|
- 'lib/httpx/plugins/digest_authentication.rb'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user