From a8b542a35d559c675ba435216555be99e58fb7fd Mon Sep 17 00:00:00 2001 From: Marcus Bitzl Date: Thu, 5 Sep 2024 13:25:58 +0200 Subject: [PATCH] Add SonarQube config --- .github/workflows/sonarqube.yml | 0 sonar.properties | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/workflows/sonarqube.yml create mode 100644 sonar.properties diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml new file mode 100644 index 0000000..e69de29 diff --git a/sonar.properties b/sonar.properties new file mode 100644 index 0000000..0a35b3a --- /dev/null +++ b/sonar.properties @@ -0,0 +1,13 @@ +sonar.projectKey=bitzl_iiif-forager +sonar.organization=bitzl + +# This is the name and version displayed in the SonarCloud UI. +#sonar.projectName=iiif-forager +#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