11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2024-07-08 10:27:10 UTC using RuboCop version 1.64.1.
3+ # on 2024-07-09 07:40:52 UTC using RuboCop version 1.64.1.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
@@ -20,7 +20,7 @@ Layout/EmptyLineAfterGuardClause:
2020 - ' lib/ruby_saml/slo_logoutrequest.rb'
2121 - ' lib/ruby_saml/slo_logoutresponse.rb'
2222
23- # Offense count: 9
23+ # Offense count: 6
2424# This cop supports safe autocorrection (--autocorrect).
2525# Configuration parameters: EnforcedStyle.
2626# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines, beginning_only, ending_only
@@ -32,15 +32,14 @@ Layout/EmptyLinesAroundClassBody:
3232 - ' lib/ruby_saml/logoutresponse.rb'
3333 - ' lib/ruby_saml/metadata.rb'
3434 - ' lib/ruby_saml/slo_logoutresponse.rb'
35- - ' lib/xml_security.rb'
3635
3736# Offense count: 1
3837# This cop supports safe autocorrection (--autocorrect).
3938Layout/EmptyLinesAroundMethodBody :
4039 Exclude :
4140 - ' lib/ruby_saml/slo_logoutrequest.rb'
4241
43- # Offense count: 12
42+ # Offense count: 11
4443# This cop supports safe autocorrection (--autocorrect).
4544# Configuration parameters: EnforcedStyle.
4645# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines
@@ -57,14 +56,6 @@ Layout/EmptyLinesAroundModuleBody:
5756 - ' lib/ruby_saml/slo_logoutrequest.rb'
5857 - ' lib/ruby_saml/slo_logoutresponse.rb'
5958 - ' lib/ruby_saml/utils.rb'
60- - ' lib/xml_security.rb'
61-
62- # Offense count: 1
63- # Configuration parameters: EnforcedStyle.
64- # SupportedStyles: native, lf, crlf
65- Layout/EndOfLine :
66- Exclude :
67- - ' lib/ruby_saml.rb'
6859
6960# Offense count: 3
7061# This cop supports safe autocorrection (--autocorrect).
@@ -81,7 +72,7 @@ Layout/ExtraSpacing:
8172Layout/FirstArgumentIndentation :
8273 Exclude :
8374 - ' lib/ruby_saml/response.rb'
84- - ' lib/xml_security .rb'
75+ - ' lib/ruby_saml/xml/signed_document .rb'
8576
8677# Offense count: 5
8778# This cop supports safe autocorrection (--autocorrect).
@@ -105,7 +96,7 @@ Layout/SpaceAfterComma:
10596 Exclude :
10697 - ' lib/ruby_saml/response.rb'
10798 - ' lib/ruby_saml/settings.rb'
108- - ' lib/xml_security .rb'
99+ - ' lib/ruby_saml/xml/signed_document .rb'
109100
110101# Offense count: 12
111102# This cop supports safe autocorrection (--autocorrect).
@@ -130,7 +121,8 @@ Layout/SpaceAroundOperators:
130121 Exclude :
131122 - ' lib/ruby_saml/response.rb'
132123 - ' lib/ruby_saml/utils.rb'
133- - ' lib/xml_security.rb'
124+ - ' lib/ruby_saml/xml/document.rb'
125+ - ' lib/ruby_saml/xml/signed_document.rb'
134126
135127# Offense count: 5
136128# This cop supports safe autocorrection (--autocorrect).
@@ -154,15 +146,8 @@ Layout/SpaceInsideHashLiteralBraces:
154146 - ' lib/ruby_saml/response.rb'
155147 - ' lib/ruby_saml/settings.rb'
156148 - ' lib/ruby_saml/slo_logoutresponse.rb'
157- - ' lib/xml_security.rb'
158-
159- # Offense count: 1
160- # This cop supports safe autocorrection (--autocorrect).
161- # Configuration parameters: EnforcedStyle.
162- # SupportedStyles: final_newline, final_blank_line
163- Layout/TrailingEmptyLines :
164- Exclude :
165- - ' lib/ruby_saml.rb'
149+ - ' lib/ruby_saml/xml/document.rb'
150+ - ' lib/ruby_saml/xml/signed_document.rb'
166151
167152# Offense count: 2
168153Lint/NoReturnInBeginEndBlocks :
@@ -308,7 +293,7 @@ Performance/StringReplacement:
308293 - ' lib/ruby_saml/metadata.rb'
309294 - ' lib/ruby_saml/saml_message.rb'
310295 - ' lib/ruby_saml/utils.rb'
311- - ' lib/xml_security .rb'
296+ - ' lib/ruby_saml/xml/document .rb'
312297
313298# Offense count: 54
314299# This cop supports safe autocorrection (--autocorrect).
@@ -361,7 +346,7 @@ Style/ConditionalAssignment:
361346 - ' lib/ruby_saml/logoutresponse.rb'
362347 - ' lib/ruby_saml/response.rb'
363348 - ' lib/ruby_saml/slo_logoutrequest.rb'
364- - ' lib/xml_security .rb'
349+ - ' lib/ruby_saml/xml/signed_document .rb'
365350
366351# Offense count: 6
367352# Configuration parameters: AllowedConstants.
@@ -372,7 +357,9 @@ Style/Documentation:
372357 - ' lib/ruby_saml/error_handling.rb'
373358 - ' lib/ruby_saml/idp_metadata_parser.rb'
374359 - ' lib/ruby_saml/logging.rb'
375- - ' lib/xml_security.rb'
360+ - ' lib/ruby_saml/xml/base_document.rb'
361+ - ' lib/ruby_saml/xml/document.rb'
362+ - ' lib/ruby_saml/xml/signed_document.rb'
376363
377364# Offense count: 2
378365# This cop supports safe autocorrection (--autocorrect).
@@ -416,7 +403,9 @@ Style/IfUnlessModifier:
416403 - ' lib/ruby_saml/slo_logoutrequest.rb'
417404 - ' lib/ruby_saml/slo_logoutresponse.rb'
418405 - ' lib/ruby_saml/utils.rb'
419- - ' lib/xml_security.rb'
406+ - ' lib/ruby_saml/xml/base_document.rb'
407+ - ' lib/ruby_saml/xml/document.rb'
408+ - ' lib/ruby_saml/xml/signed_document.rb'
420409
421410# Offense count: 15
422411# Configuration parameters: AllowedMethods.
@@ -431,7 +420,7 @@ Style/OptionalBooleanParameter:
431420 - ' lib/ruby_saml/settings.rb'
432421 - ' lib/ruby_saml/slo_logoutrequest.rb'
433422 - ' lib/ruby_saml/utils.rb'
434- - ' lib/xml_security .rb'
423+ - ' lib/ruby_saml/xml/signed_document .rb'
435424
436425# Offense count: 1
437426# This cop supports safe autocorrection (--autocorrect).
@@ -445,7 +434,7 @@ Style/RedundantRegexpArgument:
445434 Exclude :
446435 - ' lib/ruby_saml/saml_message.rb'
447436 - ' lib/ruby_saml/utils.rb'
448- - ' lib/xml_security .rb'
437+ - ' lib/ruby_saml/xml/document .rb'
449438
450439# Offense count: 3
451440# This cop supports safe autocorrection (--autocorrect).
@@ -473,7 +462,7 @@ Style/StringConcatenation:
473462 - ' lib/ruby_saml/saml_message.rb'
474463 - ' lib/ruby_saml/slo_logoutrequest.rb'
475464
476- # Offense count: 440
465+ # Offense count: 351
477466# This cop supports safe autocorrection (--autocorrect).
478467# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
479468# SupportedStyles: single_quotes, double_quotes
@@ -492,7 +481,7 @@ Style/StringLiterals:
492481 - ' lib/ruby_saml/slo_logoutrequest.rb'
493482 - ' lib/ruby_saml/slo_logoutresponse.rb'
494483 - ' lib/ruby_saml/utils.rb'
495- - ' lib/xml_security .rb'
484+ - ' lib/ruby_saml/xml/signed_document .rb'
496485
497486# Offense count: 3
498487# This cop supports safe autocorrection (--autocorrect).
@@ -510,7 +499,7 @@ Style/SymbolArray:
510499 Exclude :
511500 - ' lib/ruby_saml/settings.rb'
512501
513- # Offense count: 94
502+ # Offense count: 95
514503# This cop supports safe autocorrection (--autocorrect).
515504# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
516505# URISchemes: http, https
0 commit comments