Skip to content

Commit

Permalink
Merge pull request #11860 from nextcloud/dependabot/gradle/io.gitlab.…
Browse files Browse the repository at this point in the history
…arturbosch.detekt-detekt-gradle-plugin-1.23.1

Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.23.0 to 1.23.1
  • Loading branch information
AndyScherzinger authored Aug 3, 2023
2 parents aedc4b6 + 7cda126 commit d204c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
classpath "com.android.tools.build:gradle:$androidPluginVersion"
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.0"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.1"
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
classpath 'com.karumi:shot:5.14.1'
classpath "org.jacoco:org.jacoco.core:$jacoco_version"
Expand Down
2 changes: 1 addition & 1 deletion app/detekt.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
maxIssues: 0
maxIssues: 2
weights:
# complexity: 2
# LongParameterList: 1
Expand Down

0 comments on commit d204c10

Please sign in to comment.