record/lint [20260422-174703]#1
Conversation
|
I diagnosed the failing Lint job from the GitHub Actions log for job
What I found:
What I changed locally:
Why I did not push a commit:
How to proceed:
|
|
I diagnosed the failing Lint job from the GitHub Actions log. Checkstyle reports a single real PR-local violation in I prepared the minimal fix locally: split that long string literal across two concatenated lines so the returned value stays identical while each source line remains under the Checkstyle limit. I did not commit the change, because required sandbox verification is currently blocked by infrastructure: running the exact failing command How to proceed:
Once the environment issue is resolved, this should be a straightforward lint-only fix. |
|
Diagnosed the failing Lint job from the GitHub Actions log: Maven Checkstyle reported exactly one violation in I confirmed this came from this PR itself:
I applied a minimal formatting-only fix: split the long string literal across two concatenated lines so behavior stays identical while satisfying Checkstyle. Verification:
I'll push the fix onto your PR branch next. |
Split the verboseDescription string literal across two lines so mvn checkstyle passes without changing runtime behavior.
No description provided.