Skip to content

Commit e3a81cd

Browse files
committed
Disable rubocop Metrics/ModuleLength for RubySaml::Utils
1 parent 136d533 commit e3a81cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_saml/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module RubySaml
88

99
# SAML2 Auxiliary class
1010
#
11-
module Utils
11+
module Utils # rubocop:disable Metrics/ModuleLength
1212
extend self
1313

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

0 commit comments

Comments
 (0)