From 5e620dbf6858982549c171c44c9f034407cd7750 Mon Sep 17 00:00:00 2001 From: Brett Waugh Date: Sun, 7 Jan 2024 11:03:22 -0500 Subject: [PATCH] Create sonar-project.properties --- sonar-project.properties | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..e5d0b07 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,8 @@ +# must be unique in a given SonarQube instance +sonar.projectKey=waughb-personal + +# must be unique in a given SonarQube instance +sonar.organization=Brett Waugh + +# defaults to project key +sonar.projectName=Python-collections \ No newline at end of file