File: sonar-project.properties

package info (click to toggle)
ruby-train 3.13.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,208 kB
  • sloc: ruby: 10,002; sh: 17; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# must be unique in a given SonarQube instance
sonar.projectKey=inspec_train_AYvrnSZVG2RNgd1H9han

sonar.projectName=Chef-Inspec-train

# TODO: provide path to test coverage report generated by simplecov or any other code coverage tool
#sonar.ruby.coverage.reportPaths=coverage/coverage.json

# exclude test directories from coverage
sonar.coverage.exclusions=test/*

sonar.exclusions=**/*.java,**/*.js,vendor/*

# skip C-language processor
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-