Skip to content

Commit

Permalink
added sonar properties conf file.
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tt30rru committed Sep 12, 2016
1 parent d798d2d commit 5016d8f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sonar-project.properties
@@ -0,0 +1,14 @@
# must be unique in a given SonarQube instance
sonar.projectKey=sonar:spartanizer
# this is the name displayed in the SonarQube UI
sonar.projectName=Spartanizer
sonar.projectVersion=2.5

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# Since SonarQube 4.2, this property is optional if sonar.modules is set.
# If not set, SonarQube starts looking for source code from the directory containing
# the sonar-project.properties file.
sonar.sources=.

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

0 comments on commit 5016d8f

Please sign in to comment.