apache/pulsar

[Enhancement] Use SonarQube to run static code analysis for detecting bugs early

Open

#13,244 opened on Dec 12, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (3,485 forks)batch import
Stalehelp wantedlifecycle/staletype/enhancement

Repository metrics

Stars
 (13,697 stars)
PR merge metrics
 (Avg merge 3d 10h) (146 merged PRs in 30d)

Description

Is your enhancement request related to a problem? Please describe. Current code analysis tool is not able to detect unused variables, which can be potential bugs. Using SonarQube can mitigate this problem.

Describe the solution you'd like Integrate SonarQube to Pulsar's build process.

Describe alternatives you've considered

Not yet.

Contributor guide