apache/pulsar
[Enhancement] Use SonarQube to run static code analysis for detecting bugs early
オープン
#13,244 opened on 2021/12/12
Stalehelp wantedlifecycle/staletype/enhancement
Repository metrics
- Stars
- (13,697 個のスター)
- PR merge metrics
- (平均マージ 3d 10h) (30d で 146 merged PRs)
説明
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.