diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-08-14 01:15:46 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-10-05 17:37:42 +0200 |
commit | 44adfc0b7d1badd0dd9ed83da3a94477e53203a3 (patch) | |
tree | 06b2ab4317b29de4667d9891519b3d703560e788 /sonar-project.properites | |
parent | dfd044930689aa6d2af94d15d1372923c5302ffb (diff) |
Sonarcloud integration
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'sonar-project.properites')
-rw-r--r-- | sonar-project.properites | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sonar-project.properites b/sonar-project.properites index 09631cb2d..82a067f67 100644 --- a/sonar-project.properites +++ b/sonar-project.properites @@ -1,12 +1,8 @@ sonar.projectKey=lnslbrty_nDPId sonar.organization=lnslbrty -# This is the name and version displayed in the SonarCloud UI. -#sonar.projectName=nDPId -#sonar.projectVersion=1.0 +sonar.projectName=nDPId +sonar.projectVersion=1.5 -# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -#sonar.sources=. - -# Encoding of the source code. Default is default system encoding -#sonar.sourceEncoding=UTF-8 +sonar.sourceEncoding=UTF-8 +sonar.sources=*.c,*.h,dependencies/nDPIsrvd.h,dependencies/nDPIsrvd.py,examples/c-*/**,examples/cxx-*/**,examples/py-*/** |