-
Notifications
You must be signed in to change notification settings - Fork 188
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
Added tests for HS-JAVA-134 rule #687
Conversation
Signed-off-by: Maximillian Arruda <[email protected]>
Signed-off-by: Maximillian Arruda <[email protected]>
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.
@matheusalcantarazup could you check it out, please?
LGTM. I'ill squash these two commits into a single one but on the next PRS considering amend commit changes instead add new ones. It's better to have single atomic commits with all the changes instead a lot of small commits, is more easily to go back if we want. |
@matheusalcantarazup thanks for your support!!! I'll consider amending commit changes in the next PRs!!! I'm a continuous learner, so, thanks for this opportunity to learn!!! |
rules: add tests for HS-JAVA-134 rule Signed-off-by: Maximillian Arruda <[email protected]>
rules: add tests for HS-JAVA-134 rule Signed-off-by: Maximillian Arruda <[email protected]>
rules: add tests for HS-JAVA-134 rule Signed-off-by: Maximillian Arruda <[email protected]> (cherry picked from commit b6e7899)
Signed-off-by: Maximillian Arruda [email protected]
- What I did : I followed the issue (#630) description;
- How to verify it: I should execute the tests by make test;
- Description for the changelog: Cover the HS-JAVA-134;