Moved Sonarqube to GitHub action.
This commit is contained in:
parent
7e555cf9ab
commit
3446ff23fc
3 changed files with 28 additions and 15 deletions
|
@ -61,6 +61,8 @@ detekt {
|
|||
sonarqube {
|
||||
properties {
|
||||
property("sonar.projectKey", "ethauvin_$name")
|
||||
property("sonar.organization", "ethauvin-github")
|
||||
property("sonar.host.url", "https://sonarcloud.io")
|
||||
property("sonar.sourceEncoding", "UTF-8")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue