Add additional static code analysis and linting plugins to the project build
Open
@rmseng is already working on this.
Since Aug 7, 2026.
- Dominant language
- Java
- Stars
- 8
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
e.g.:
- PMD
- Spotless / Checkstyle
- Error Prone (Google)
- NullAway (Uber)
Some of this might be a bit duplicative with what SonarQube already offers us.
Enable SpotBugs' enforcing mode, choose a level to enforce at, and solve all reported issues.
Also consider adding a merge gate on SonarQube analysis.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.