mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
BracesAroundHashParameters: context_dependent
This commit is contained in:
parent
7f59b2eedb
commit
c983b3cdc3
@ -11,7 +11,7 @@ Metrics/AbcSize:
|
|||||||
Metrics/ClassLength:
|
Metrics/ClassLength:
|
||||||
Max: 200
|
Max: 200
|
||||||
Style/BracesAroundHashParameters:
|
Style/BracesAroundHashParameters:
|
||||||
EnforcedStyle: braces
|
EnforcedStyle: context_dependent
|
||||||
Style/RegexpLiteral:
|
Style/RegexpLiteral:
|
||||||
EnforcedStyle: slashes
|
EnforcedStyle: slashes
|
||||||
Style/EmptyElse:
|
Style/EmptyElse:
|
||||||
|
@ -20,9 +20,9 @@ module OmniAuth::Strategies
|
|||||||
|
|
||||||
|
|
||||||
option :client_options,
|
option :client_options,
|
||||||
{ site: active_provider.providable.base_url,
|
site: active_provider.providable.base_url,
|
||||||
authorize_url: active_provider.providable.authorization_endpoint,
|
authorize_url: active_provider.providable.authorization_endpoint,
|
||||||
token_url: active_provider.providable.token_endpoint }
|
token_url: active_provider.providable.token_endpoint
|
||||||
|
|
||||||
|
|
||||||
uid { parsed_info['user.uid'.to_sym] }
|
uid { parsed_info['user.uid'.to_sym] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user