diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-09-17 17:45:08 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-09-17 18:59:49 +0200 |
commit | 4fa1694b0514042404ef7efa801addc2f624cf37 (patch) | |
tree | e115edac6cfa85a47b5554eb1f018f345a18d2ad /sonar-project.properites | |
parent | c5be804725623977193aad459caf906f325c83bd (diff) |
Github Actions 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, 12 insertions, 0 deletions
diff --git a/sonar-project.properites b/sonar-project.properites new file mode 100644 index 000000000..09631cb2d --- /dev/null +++ b/sonar-project.properites @@ -0,0 +1,12 @@ +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 + +# 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 |