-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feature: Update validation functions so they receive actions instead of proposalId #290
Feature: Update validation functions so they receive actions instead of proposalId #290
Conversation
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 would rename findAction()
to findActionIndex()
because it doesn't return the action but only the index of the action within the actions array.
otherwise LGTM
e2004d5
to
e516c98
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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 have a concern being unrelated to the changes of this PR. Let's take time to discuss it and maybe open a follow-up task.
Description
Please include a summary of the change and be sure you follow the contributions rules we do provide here
Task ID: OS-774
Type of change
Checklist:
CHANGELOG.md
file in the root folder of the package after the[UPCOMING]
title and before the latest version.