This is an old revision of the document!


SonarQube

SonarQube is an open-source platform for static code analysis, used to verify the technical quality of the source code. The development is managed by sonarsource (Tool website: sonarqube.org). The tool was released in 2007 and was called “Sonar” until the name was changed in 2013.

Homepage: https://www.sonarqube.org/

Install Server

Activate in Projekt on GitLab

file: ./sonar-project.properties

In root dir of the project.

  • Unordered List ItemFilename: sonar-project.properties
  • Unordered List ItemContent:
    sonar.projectKey=tests_firstgit_AYAi0CTmhptzc2YFenkA
    sonar.qualitygate.wait=true
    sonar.python.version=2