From 69a4e33b17244a907c0ea430ead158e1acab4ae3 Mon Sep 17 00:00:00 2001 From: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:25:30 +0100 Subject: [PATCH] Create sonar-project.properties --- sonar-project.properties | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000000..42f7d1e903 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,14 @@ +sonar.projectKey=nymtech_nym +sonar.organization=nymtech + + +# This is the name and version displayed in the SonarCloud UI. +#sonar.projectName=nym +#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