diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-27 10:17:51 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-27 19:15:53 +0100 |
commit | 0a46049ef26270933ecf6fea7395b03e6aee783e (patch) | |
tree | f57680776ef263a63720e225194cc34556854511 /sonar-project.properties | |
parent | 1903a8e26893a3f332ba39643aa8da5fdaf1536b (diff) | |
download | libquotient-0a46049ef26270933ecf6fea7395b03e6aee783e.tar.gz libquotient-0a46049ef26270933ecf6fea7395b03e6aee783e.zip |
Add SonarCloud analysis to CI
Diffstat (limited to 'sonar-project.properties')
-rw-r--r-- | sonar-project.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 00000000..96e98985 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,11 @@ +sonar.projectKey=quotient-im_libQuotient +sonar.organization=quotient-im + +# This is the name and version displayed in the SonarCloud UI. +sonar.projectName=libQuotient +sonar.projectVersion=0.7 + +sonar.sources=lib + +# Encoding of the source code. Default is default system encoding +#sonar.sourceEncoding=UTF-8 |