-
-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: issues affecting the code quality #567
Conversation
@@ -727,7 +727,7 @@ def validate_issuer | |||
# @return [Boolean] True if the SessionNotOnOrAfter of the AuthnStatement is valid, otherwise (when expired) False if soft=True | |||
# @raise [ValidationError] if soft == false and validation fails | |||
# | |||
def validate_session_expiration(soft = true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we can simply remove the param
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pitbulk removed!:sparkles:
Hi @pitbulk 👋 Please review the PR ✨ |
👍 looks good to merge |
@pitbulk let's merge this one? |
Description
This PR fixes a few issues that were affecting the code quality.
Summary of changes
StandardError
overException