Skip to content
Snippets Groups Projects
Commit e052daa0 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Enable Style/EmptyLinesAroundAccessModifier rubocop cop

See #17478
parent ae5f17ae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -194,7 +194,7 @@ Style/EmptyLines:
 
# Keep blank lines around access modifiers.
Style/EmptyLinesAroundAccessModifier:
Enabled: false
Enabled: true
 
# Keeps track of empty lines around block bodies.
Style/EmptyLinesAroundBlockBody:
Loading
Loading
Loading
Loading
@@ -22,6 +22,7 @@ module Oauth2::AccessTokenValidationService
end
 
protected
# True if the token's scope is a superset of required scopes,
# or the required scopes is empty.
def sufficient_scope?(token, scopes)
Loading
Loading
Loading
Loading
@@ -93,6 +93,7 @@ module Gitlab
end
 
protected
def base_config
Gitlab.config.ldap
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment