Skip to content

Commit 0462d63

Browse files
committed
Disable rubocop warnings
1 parent 4975346 commit 0462d63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/controllers/orgs_controller.rb

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

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

@@ -251,6 +252,7 @@ def handle_shibboleth_identifier(attrs)
251252
attrs.delete(:identifiers_attributes)
252253
attrs
253254
end
255+
# rubocop:enable Metrics/AbcSize
254256

255257
def shib_login_url
256258
shib_login = Rails.configuration.x.shibboleth.login_url

0 commit comments

Comments
 (0)