Skip to content

Commit

Permalink
[CONFIG] sonarcloud added.
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-gon committed Jul 31, 2023
1 parent c19121d commit 101026d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Must be unique in a given SonarQube instance
sonar.projectKey=algorithm-exercises-java
sonar.projectName=algorithm-exercises-java

# This is the name and version displayed in the SonarQube UI.
# Was mandatory prior to SonarQube 6.1.
sonar.projectName=Algorithm Exercises JAVA
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=app/src

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8

0 comments on commit 101026d

Please sign in to comment.