Skip to content

Commit

Permalink
Integrated Detekt.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbrandt committed Sep 9, 2024
1 parent 6e78558 commit a119d83
Show file tree
Hide file tree
Showing 13 changed files with 1,159 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ insert_final_newline = true
indent_style = tab
tab_width = 4

[**/detekt-baseline.xml]
max_line_length = off

[{.idea/**/*.xml,*.iml}]
indent_size = 2
max_line_length = off
Expand Down
1 change: 1 addition & 0 deletions build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies {
implementation(platform("org.sdkotlin.platforms:plugins-platform"))

implementation(libs.dependency.analysis.gradle.plugin.dependency)
implementation(libs.detekt.gradle.plugin.dependency)
implementation(libs.jvm.dependency.conflict.resolution.gradle.plugin.dependency)
implementation(libs.kotlin.gradle.plugin.dependency)
implementation(libs.ksp.gradle.plugin.dependency)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ plugins {
// https://github.com/gradle/gradle/issues/15383
// alias(libs.plugins.dependency.analysis.gradle.plugin)
id("com.autonomousapps.dependency-analysis")
// alias(libs.plugins.detekt.gradle.plugin)
id("io.gitlab.arturbosch.detekt")
// alias(libs.plugins.jvm.dependency.conflict.detection.gradle.plugin)
id("org.gradlex.jvm-dependency-conflict-detection")
}
Expand Down
Loading

0 comments on commit a119d83

Please sign in to comment.