make sonar only analyze c++

This commit is contained in:
arvidn 2017-09-12 13:56:21 +02:00
parent 965f45a9ce
commit 5860655581
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ sonar.host.url=https://sonarcloud.io
# prior to SonarQube 6.1.
sonar.projectName=libtorrent
sonar.projectVersion=1.2
sonar.language=c++
# to allow shallow clones
sonar.scm.disabled=true