diff --git a/.scannerwork/.sonar_lock b/.scannerwork/.sonar_lock new file mode 100644 index 0000000..e69de29 diff --git a/.scannerwork/report-task.txt b/.scannerwork/report-task.txt new file mode 100644 index 0000000..06fcdc6 --- /dev/null +++ b/.scannerwork/report-task.txt @@ -0,0 +1,6 @@ +projectKey=mean:sample +serverUrl=http://localhost:9000 +serverVersion=7.1.0.11001 +dashboardUrl=http://localhost:9000/dashboard/index/mean:sample +ceTaskId=AWOMTQRmyVA8FZdVWbXc +ceTaskUrl=http://localhost:9000/api/ce/task?id=AWOMTQRmyVA8FZdVWbXc diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..5cbcb73 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,12 @@ +# must be unique in a given SonarQube instance +sonar.projectKey=mean:sample +# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. +sonar.projectName=MEAN Sample +sonar.projectVersion=1.0 + +# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. +# This property is optional if sonar.modules is set. +sonar.sources=. + +# Encoding of the source code. Default is default system encoding +#sonar.sourceEncoding=UTF-8