Skip to content

Commit

Permalink
[CONFIG] sonarcloud properties added.
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-gon committed Aug 2, 2023
1 parent fb58dfa commit aeb039e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aeb039e

Please sign in to comment.