Skip to content

Commit bd7516b

Browse files
committed
Updating the sonarcloud syntax
1 parent c1be617 commit bd7516b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sonar-project.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sonar.projectKey=mccaffers_backtesting-engine-cpp
22
sonar.organization=mccaffers
33
sonar.python.version=3.8
4-
sonar.language=c
5-
sonar.c.file.suffixes=.c,.h
6-
sonar.cpp.file.suffixes=.cc,.cpp,.cxx,.c++,.hh,.hpp,.hxx,.h++,.ipp
4+
sonar.language=cpp
5+
sonar.cpp.file.suffixes=.cpp,.hpp,.mm
76
sonar.coverage.exclusions=tests/**, external/**/*, source/utilities/base64.cpp
87
sonar.sources=source/
8+
sonar.tests=tests/

0 commit comments

Comments
 (0)