From 633bf15af5039e5e863f6e973b35e661c8c9da24 Mon Sep 17 00:00:00 2001 From: BalajiD <cb.en.u4cse18008@cb.students.amrita.edu> Date: Fri, 2 Apr 2021 01:07:49 +0530 Subject: [PATCH] sonarQube --- digital-course-file/sonar-project.properties.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 digital-course-file/sonar-project.properties.txt diff --git a/digital-course-file/sonar-project.properties.txt b/digital-course-file/sonar-project.properties.txt new file mode 100644 index 0000000..97c245a --- /dev/null +++ b/digital-course-file/sonar-project.properties.txt @@ -0,0 +1,15 @@ +# must be unique in a given SonarQube instance +sonar.projectKey=my:project + +# --- optional properties --- + +# defaults to project key +sonar.projectName=digital-course-file +# defaults to 'not provided' +sonar.projectVersion=1.0 + +# Path is relative to the sonar-project.properties file. Defaults to . +#sonar.sources=. + +# Encoding of the source code. Default is default system encoding +sonar.sourceEncoding=UTF-8 \ No newline at end of file -- GitLab