Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi committed May 22, 2024
1 parent fbaa917 commit a083163
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions ndk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,10 @@ spotless {
kotlin {
target("**/*.kt")
ktlint()
targetExclude("**/sentry-native/**")
}
kotlinGradle {
target("**/*.kts")
ktlint()
targetExclude("**/sentry-native/**")
}
}

Expand Down
3 changes: 0 additions & 3 deletions ndk/detekt.yml

This file was deleted.

9 changes: 1 addition & 8 deletions ndk/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,7 @@ android {
lint {
warningsAsErrors = true
checkDependencies = true

// We run a full lint analysis as build part in CI, so skip vital checks for assemble tasks.
checkReleaseBuilds = false
}

// needed because of Kotlin 1.4.x
configurations.all {
resolutionStrategy.force("org.jetbrains:annotations:23.0.0")
checkReleaseBuilds = true
}

variantFilter {
Expand Down

0 comments on commit a083163

Please sign in to comment.