Skip to content

Commit 2c4ce6d

Browse files
authored
configuration: Set python version to 3 in sonar-project.properties (#3044)
* Set python version to 3 in sonar-project.properties * checks: empty commit
1 parent fbab5f1 commit 2c4ce6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sonar-project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ sonar.projectKey=bottlesdevs_Bottles_AYiLYqAz9CPJrZw6oxDU
22
sonar.projectName=Bottles
33

44
sonar.sources=.
5+
sonar.python.version=3
56

67
sonar.c.file.suffixes=-
78
sonar.cpp.file.suffixes=-
8-
sonar.objc.file.suffixes=-
9+
sonar.objc.file.suffixes=-

0 commit comments

Comments
 (0)