diff --git a/.sonarcloud.properties b/.sonarcloud.properties new file mode 100644 index 0000000..4ec6905 --- /dev/null +++ b/.sonarcloud.properties @@ -0,0 +1,13 @@ +# Must be unique in a given SonarQube instance +sonar.projectKey=algorithm-exercises-ts +sonar.projectName=algorithm-exercises-ts + +# Path is relative to the sonar-project.properties file. +# Replace "\" by "/" on Windows. +# This property is optional if sonar.modules is set. +sonar.sources=src + +# Encoding of the source code. Default is default system encoding +sonar.sourceEncoding=UTF-8 + +sonar.test.exclusions=**/*.json