From 01f5a87402f6612f2943ff732c4539534a3a701b Mon Sep 17 00:00:00 2001 From: Declan Gazil <92892710+DeclanGazil02@users.noreply.github.com> Date: Tue, 27 Sep 2022 12:21:33 -0400 Subject: [PATCH] Create sonar-project.properties --- sonar-project.properties | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 00000000..e634e666 --- /dev/null +++ b/sonar-project.properties @@ -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