Skip to content

Commit

Permalink
Merge pull request #24 from outfoxx/feature/sonar-detekt-lint
Browse files Browse the repository at this point in the history
Add detekt & lint to sonarqube
  • Loading branch information
kdubb authored Dec 4, 2022
2 parents c03ad34 + 15ac1ad commit 490e1aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ configure(moduleNames.map { project(":sunday-$it") }) {
properties {
property("sonar.sources", "src/main")
property("sonar.tests", "src/test")
property("sonar.kotlin.detekt.reportPaths", "build/reports/detekt/detekt.xml")
property("sonar.kotlin.ktlint.reportPaths", "build/reports/ktlint/main-lint.xml")
property("sonar.junit.reportPaths", "build/test-results/test")
property("sonar.jacoco.reportPath", "")
property("sonar.jacoco.reportPaths", "")
Expand Down

0 comments on commit 490e1aa

Please sign in to comment.