From 461c03c52856260a2d9edfa046bef44e9aa95eee Mon Sep 17 00:00:00 2001 From: Martin Melik-Merkumians Date: Mon, 8 Jan 2024 14:56:44 +0100 Subject: [PATCH] Adds Python version for Sonar Signed-off-by: Martin Melik-Merkumians --- sonar-project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-project.properties b/sonar-project.properties index 040d2877f..34c23c679 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,6 @@ sonar.projectKey=EIPStackGroup_OpENer sonar.organization=eipstackgroup +sonar.python.version=3.8 sonar.language=c sonar.c.file.suffixes=.c,.h sonar.cpp.file.suffixes=.cc,.cpp,.cxx,.c++,.hh,.hpp,.hxx,.h++,.ipp