Create sonar-project.properties

This commit is contained in:
Declan Gazil 2022-09-27 12:21:33 -04:00 committed by GitHub
commit 01f5a87402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
sonar-project.properties Normal file
View file

@ -0,0 +1,12 @@
sonar.projectKey=DeclanGazil02_calculator
sonar.organization=declangazil02
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=calculator
#sonar.projectVersion=1.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