
Code scan or linting is a very important process in CI/CD Implementation. It is a mandatory process now to scan the code for code smells, vulnerabilities, non-standard code etc.
SonarQube is a tool which does the job of scanning your code and providing details about your code on how standard it is. It will present...