🎉 Added sonarcloud scan

This commit is contained in:
2022-05-12 13:23:47 +02:00
parent a254d89311
commit f508e54ab0
3 changed files with 69 additions and 1 deletions

12
sonar-project.properties Normal file
View File

@ -0,0 +1,12 @@
sonar.projectKey=AnotherFoxGuy_MofileReader
sonar.organization=anotherfoxguy-github
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=MofileReader
sonar.projectVersion=1.2.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=.
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8