From a1d3ac28d7e4472ca974d6839b2f1b73fa3f63e1 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 18 Jul 2024 04:47:05 -0500 Subject: [PATCH] add sonarcloud --- sonar-project.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..cc9c877 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,4 @@ +sonar.projectKey=DeveloperDurp_DurpCLI +sonar.organization=developerdurp +sonar.sources=. +sonar.host.url=https://sonarcloud.io \ No newline at end of file