Skip to content

Commit ecb086e

Browse files
committed
add sonar-project file
1 parent 32f85dd commit ecb086e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sonar-project.properties

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
sonar.projectKey=BehaviorTree_BehaviorTree.CPP
2+
sonar.organization=behaviortree
3+
4+
# This is the name and version displayed in the SonarCloud UI.
5+
#sonar.projectName=BehaviorTree.CPP
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)