mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
RuboCop rule: Allow !! (#922)
* RuboCop rule: Allow !! * chore: Regenerate RuboCop TODO
This commit is contained in:
parent
fb21e2db1a
commit
c209c41da6
@ -13,3 +13,7 @@ Naming/MethodName:
|
||||
Metrics/BlockLength:
|
||||
Exclude:
|
||||
- spec/**/*.rb
|
||||
|
||||
Style/DoubleNegation:
|
||||
Enabled: false
|
||||
|
||||
|
@ -65,17 +65,6 @@ Style/Documentation:
|
||||
- 'lib/faraday/response/raise_error.rb'
|
||||
- 'lib/faraday/utils.rb'
|
||||
|
||||
# Offense count: 9
|
||||
Style/DoubleNegation:
|
||||
Exclude:
|
||||
- 'lib/faraday/adapter/em_http.rb'
|
||||
- 'lib/faraday/adapter/excon.rb'
|
||||
- 'lib/faraday/adapter/net_http.rb'
|
||||
- 'lib/faraday/adapter/test.rb'
|
||||
- 'lib/faraday/connection.rb'
|
||||
- 'lib/faraday/options/env.rb'
|
||||
- 'lib/faraday/response.rb'
|
||||
|
||||
# Offense count: 2
|
||||
# Configuration parameters: AllowedVariables.
|
||||
Style/GlobalVars:
|
||||
|
Loading…
x
Reference in New Issue
Block a user