@@ -409,112 +409,6 @@ Style/NegatedIfElseCondition:
409409 Exclude :
410410 - ' lib/onelogin/ruby-saml/authrequest.rb'
411411
412- # Offense count: 6
413- # This cop supports safe autocorrection (--autocorrect).
414- # Configuration parameters: EnforcedStyle, MinBodyLength.
415- # SupportedStyles: skip_modifier_ifs, always
416- Style/Next :
417- Exclude :
418- - ' lib/onelogin/ruby-saml/logoutresponse.rb'
419- - ' lib/onelogin/ruby-saml/metadata.rb'
420- - ' lib/onelogin/ruby-saml/response.rb'
421- - ' lib/onelogin/ruby-saml/slo_logoutrequest.rb'
422- - ' lib/xml_security.rb'
423-
424- # Offense count: 7
425- # This cop supports unsafe autocorrection (--autocorrect-all).
426- # Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns.
427- # SupportedStyles: predicate, comparison
428- Style/NumericPredicate :
429- Exclude :
430- - ' spec/**/*'
431- - ' lib/onelogin/ruby-saml/attribute_service.rb'
432- - ' lib/onelogin/ruby-saml/response.rb'
433- - ' lib/onelogin/ruby-saml/slo_logoutrequest.rb'
434-
435- # Offense count: 15
436- # Configuration parameters: AllowedMethods.
437- # AllowedMethods: respond_to_missing?
438- Style/OptionalBooleanParameter :
439- Exclude :
440- - ' lib/onelogin/ruby-saml/idp_metadata_parser.rb'
441- - ' lib/onelogin/ruby-saml/logoutresponse.rb'
442- - ' lib/onelogin/ruby-saml/metadata.rb'
443- - ' lib/onelogin/ruby-saml/response.rb'
444- - ' lib/onelogin/ruby-saml/saml_message.rb'
445- - ' lib/onelogin/ruby-saml/settings.rb'
446- - ' lib/onelogin/ruby-saml/slo_logoutrequest.rb'
447- - ' lib/onelogin/ruby-saml/utils.rb'
448- - ' lib/xml_security.rb'
449-
450- # Offense count: 9
451- # This cop supports unsafe autocorrection (--autocorrect-all).
452- # Configuration parameters: EnforcedStyle.
453- # SupportedStyles: short, verbose
454- Style/PreferredHashMethods :
455- Exclude :
456- - ' lib/onelogin/ruby-saml/attributes.rb'
457- - ' lib/onelogin/ruby-saml/logoutresponse.rb'
458- - ' lib/onelogin/ruby-saml/response.rb'
459- - ' lib/onelogin/ruby-saml/slo_logoutrequest.rb'
460-
461- # Offense count: 21
462- # This cop supports safe autocorrection (--autocorrect).
463- # Configuration parameters: AllowedCompactTypes.
464- # SupportedStyles: compact, exploded
465- Style/RaiseArgs :
466- EnforcedStyle : compact
467-
468- # Offense count: 4
469- # This cop supports safe autocorrection (--autocorrect).
470- Style/RedundantRegexpEscape :
471- Exclude :
472- - ' lib/onelogin/ruby-saml/utils.rb'
473-
474- # Offense count: 5
475- # This cop supports safe autocorrection (--autocorrect).
476- # Configuration parameters: AllowMultipleReturnValues.
477- Style/RedundantReturn :
478- Exclude :
479- - ' lib/onelogin/ruby-saml/logoutresponse.rb'
480- - ' lib/onelogin/ruby-saml/utils.rb'
481- - ' lib/xml_security.rb'
482-
483- # Offense count: 4
484- # This cop supports safe autocorrection (--autocorrect).
485- Style/RedundantSelf :
486- Exclude :
487- - ' lib/onelogin/ruby-saml/utils.rb'
488- - ' lib/xml_security.rb'
489-
490- # Offense count: 4
491- # This cop supports safe autocorrection (--autocorrect).
492- # Configuration parameters: EnforcedStyle, AllowInnerSlashes.
493- # SupportedStyles: slashes, percent_r, mixed
494- Style/RegexpLiteral :
495- Exclude :
496- - ' lib/onelogin/ruby-saml/response.rb'
497- - ' lib/onelogin/ruby-saml/utils.rb'
498-
499- # Offense count: 4
500- # This cop supports unsafe autocorrection (--autocorrect-all).
501- Style/SlicingWithRange :
502- Exclude :
503- - ' lib/onelogin/ruby-saml/response.rb'
504- - ' lib/onelogin/ruby-saml/utils.rb'
505- - ' lib/xml_security.rb'
506-
507- # Offense count: 10
508- # This cop supports safe autocorrection (--autocorrect).
509- # Configuration parameters: AllowModifier.
510- Style/SoleNestedConditional :
511- Exclude :
512- - ' lib/onelogin/ruby-saml/idp_metadata_parser.rb'
513- - ' lib/onelogin/ruby-saml/logoutresponse.rb'
514- - ' lib/onelogin/ruby-saml/response.rb'
515- - ' lib/onelogin/ruby-saml/settings.rb'
516- - ' lib/onelogin/ruby-saml/slo_logoutrequest.rb'
517-
518412# Offense count: 7
519413# This cop supports unsafe autocorrection (--autocorrect-all).
520414# Configuration parameters: Mode.
0 commit comments