Remove SonarQube configuration file

Closes gh-383
This commit is contained in:
Mustafa Ulu 2019-01-13 11:03:02 +03:00 committed by Stephane Nicoll
parent ab56724285
commit dbbd3ea80e

View file

@ -1,13 +0,0 @@
# Required metadata
sonar.projectKey=java-sonar-runner-simple
sonar.projectName=Simple Java project analyzed with the SonarQube Runner
sonar.projectVersion=1.0
# Comma-separated paths to directories with sources (required)
sonar.sources=src
# Language
sonar.language=java
# Encoding of the source files
sonar.sourceEncoding=UTF-8