can you explain the parameters displayed in sonarQube server like security, reliability, maintainability, coverage, duplication, etc, can you share any document regarding this like what this parameters say in our report
Hi Vicky,
These documents should help answer your question,
Thanks,
Aravind
Can you explain what is duplication and security hotspot parameters?
Duplications indicate how many lines or files in your codebase contain duplicated code.
Here is the documentation link for Security Hotspots.
You can also refer to SonarQube’s official documentation — everything is well-structured and documented.