RuboCop rule: Allow !! (#922)

* RuboCop rule: Allow !!

* chore: Regenerate RuboCop TODO
This commit is contained in:
Olle Jonsson 2019-03-03 23:27:34 +01:00 committed by GitHub
parent fb21e2db1a
commit c209c41da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 11 deletions

View File

@ -13,3 +13,7 @@ Naming/MethodName:
Metrics/BlockLength:
Exclude:
- spec/**/*.rb
Style/DoubleNegation:
Enabled: false

View File

@ -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: