Merge pull request #383 from mustafau

* pr/383:
  Remove SonarQube configuration file
This commit is contained in:
Stephane Nicoll 2019-01-15 13:30:16 -05:00
commit 5808126798

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