File: sonar-project.properties

package info (click to toggle)
ossim 2.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,740 kB
  • sloc: cpp: 383,170; ansic: 15,201; sh: 2,311; lex: 183; xml: 141; sql: 78; makefile: 77; csh: 6
file content (15 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# must be unique in a given SonarQube instance
sonar.projectKey=ossim
sonar.projectVersion=1.0

# source-code location folder
sonar.sources=src

# source-code language
sonar.language=c++

# Verbose output
sonar.verbose=true

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