Skip to content

Commit

Permalink
Merge pull request #148 from sir-gon/develop
Browse files Browse the repository at this point in the history
[CONFIG] sonarcloud properties added.
  • Loading branch information
sir-gon authored Aug 2, 2023
2 parents fb58dfa + aeb039e commit 82a940b
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 82a940b

Please sign in to comment.