We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I created a PR with an Apex change the PMD Github Action aborted with this
analyze Cannot read property 'split' of undefined
Looks like it aborted after parsing the SARIF of the second issue. At least only one is displayed correctly
The text was updated successfully, but these errors were encountered:
We call split here:
pmd-github-action/lib/annotations.js
Line 55 in 76f6e25
I think, this problem occurs if a rule has no description... the action should however not abort, if this is the case.
Sorry, something went wrong.
Gracefully handle empty rule description
55ef601
Fixes pmd#127
Gracefully handle empty rule description (#133)
f0ee5b7
Fixes #127
Successfully merging a pull request may close this issue.
When I created a PR with an Apex change the PMD Github Action aborted with this
analyze
Cannot read property 'split' of undefined
Looks like it aborted after parsing the SARIF of the second issue. At least only one is displayed correctly
The text was updated successfully, but these errors were encountered: