From 6ba47a45024ec1d1b9f8cb8c02b9d6d0b1892376 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 29 Sep 2025 16:35:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(sonar):=20add=20sonar-proj?= =?UTF-8?q?ect=20properties=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - create sonar-project.properties for project configuration - set project key and organization for SonarCloud integration - specify source encoding and comment project metadata --- sonar-project.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..c7da5da --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,13 @@ +sonar.projectKey=jerus-org_cull-gmail +sonar.organization=jerus-org + +# This is the name and version displayed in the SonarCloud UI. +#sonar.projectName=cull_gmail +#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 \ No newline at end of file