Skip to content

Commit

Permalink
Disable rubocop Metrics/ModuleLength for RubySaml::Utils
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Jan 11, 2025
1 parent 136d533 commit e3a81cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_saml/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module RubySaml

# SAML2 Auxiliary class
#
module Utils
module Utils # rubocop:disable Metrics/ModuleLength
extend self

BINDINGS = { post: "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST",
Expand Down

0 comments on commit e3a81cd

Please sign in to comment.