#This is set during project creation sonar.projectKey=StaticAnalysis #This is for tracking version sonar.projectVersion=1.0 sonar.projectName=StaticAnalysis #----- Default SonarQube server sonar.host.url=http://127.0.0.1:8000 #----- Default source code encoding. Enable as per need sonar.sourceEncoding=UTF-8 #This is the TOKEN that was visible only once sonar.login=a25b15b2e30da426ca9b6b307fe39f5ca5caa62d #The dot denotes that the sources are available in same folder as this properties file sonar.sources=Firmware #This denotes name of build wrapper output folder sonar.cfamily.build-wrapper-output=_sonarqube_build_wrapper #Disable cache if sources are not very huge #sonar.cfamily.cache.enabled=false #Use git if your sources contain a .git folder #sonar.scm.provider=git #sonar.c.file.suffixes=.c #sonar.objc.file.suffixes=.h,.obj,.d sonar.cfamily.threads=1