Skip to content

Commit

Permalink
feat: add detekt setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jesmrec committed Oct 23, 2024
1 parent 64f110f commit e40e382
Show file tree
Hide file tree
Showing 3 changed files with 686 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ buildscript {
plugins {
alias libs.plugins.sonarqube
alias libs.plugins.ksp apply false
alias libs.plugins.detekt
}

allprojects {
Expand All @@ -37,6 +38,7 @@ subprojects {
apply plugin: "com.google.devtools.ksp"
apply plugin: "org.jlleitschuh.gradle.ktlint"
apply plugin: "org.sonarqube"
apply plugin: "io.gitlab.arturbosch.detekt"
}

sonarqube {
Expand Down
Loading

0 comments on commit e40e382

Please sign in to comment.