Skip to content

Commit 1256b63

Browse files
committed
Disable rubocop warnings
1 parent eb3b77c commit 1256b63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/controllers/orgs_controller.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def handle_managed_flag(attrs)
228228
end
229229

230230
# Updates the @org's Shibboleth identifier(s) if the required conditions are met
231+
# rubocop:disable Metrics/AbcSize
231232
def handle_shibboleth_identifier(attrs)
232233
return attrs unless Rails.configuration.x.shibboleth.use_filtered_discovery_service
233234

@@ -249,6 +250,7 @@ def handle_shibboleth_identifier(attrs)
249250
attrs.delete(:identifiers_attributes)
250251
attrs
251252
end
253+
# rubocop:enable Metrics/AbcSize
252254

253255
def shib_login_url
254256
shib_login = Rails.configuration.x.shibboleth.login_url

0 commit comments

Comments
 (0)