Skip to content

Commit 24b6051

Browse files
authored
Create sonar-project.properties
Add SonarQube
1 parent fecc086 commit 24b6051

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sonar-project.properties

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
sonar.projectKey=ridhzie_BruteDefence
2+
sonar.organization=ridhzie
3+
4+
# This is the name and version displayed in the SonarCloud UI.
5+
#sonar.projectName=BruteDefence
6+
#sonar.projectVersion=1.0
7+
8+
9+
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
10+
#sonar.sources=.
11+
12+
# Encoding of the source code. Default is default system encoding
13+
#sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)