SonarQube is an open source tool for quality system development. It is written in Java and supports multiple databases. It provides capabilities to continuously inspect code, show the health of an application, and highlight newly introduced issues. It contains code analyzers which are equipped to detect tricky issues. It also integrates easily with DevOps. In this tutorial, we will install the latest version of SonarQube on CentOS 7. **Note:** This doc has been updated since its original publica......