Skip to content
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

CHANGE(pmd): @W-17099496@: Upgrade PMD to 7.7.0 #112

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

stephen-carter-at-sf
Copy link
Collaborator

No description provided.

@@ -1170,7 +1170,7 @@
"CodeStyle",
"javaLanguage"
],
"description": "Methods that return boolean results should be named as predicate statements to denote this. I.e, 'isReady()', 'hasValues()', 'canCommit()', 'willFail()', etc. Avoid the use of the 'get' prefix for these methods.",
"description": "Methods that return boolean or Boolean results should be named as predicate statements to denote this. I.e., 'isReady()', 'hasValues()', 'canCommit()', 'willFail()', etc. Avoid the use of the 'get' prefix for these methods.",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The use of a goldfile is really serving its purpose well here.

I've confirmed that the only rule definition changes are the java rules changes as described in the https://docs.pmd-code.org/pmd-doc-7.7.0/pmd_release_notes.html

So looks good.

Comment on lines +281 to +283
beforeAll(() => {
jest.setTimeout(60000);
});
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Increasing timeout from default 5 seconds to 60 seconds to avoid sporadic failures.

@stephen-carter-at-sf stephen-carter-at-sf merged commit ef2add9 into dev Oct 30, 2024
5 checks passed
@stephen-carter-at-sf stephen-carter-at-sf deleted the sc/W-17099496 branch October 30, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants