File: sonar-project.properties

package info (click to toggle)
charls 2.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,636 kB
  • sloc: cpp: 13,392; ansic: 986; makefile: 22
file content (14 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sonar.projectKey=team-charls_charls
sonar.organization=team-charls

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=charls
sonar.projectVersion=2.4.1

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# sonar.sources=./src

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8

sonar.cfamily.cache.enabled=false