apache/pulsar
View on GitHub[Enhancement] Use SonarQube to run static code analysis for detecting bugs early
Open
#13,244 opened on Dec 12, 2021
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.