Skip to content

Commit

Permalink
Update plugin codequalitytools to v0.24.0 (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
vanniktech and renovate[bot] authored Nov 30, 2023
1 parent a462035 commit bf4074e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[*.{kt,kts}]
ktlint_code_style=intellij_idea
indent_size=2
continuation_indent_size=2
insert_final_newline=true
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
ktlint_disabled_rules=annotation,argument-list-wrapping,spacing-between-declarations-with-annotations,filename
insert_final_newline=true
ktlint_standard_annotation=disabled
ktlint_standard_max-line-length=disabled
ktlint_standard_filename=disabled
ktlint_standard_spacing-between-declarations-with-annotations=disabled
ktlint_experimental=enabled
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21'
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.9.10'
classpath 'com.vanniktech:gradle-code-quality-tools-plugin:0.23.0'
classpath 'com.vanniktech:gradle-code-quality-tools-plugin:0.24.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.3'
classpath 'app.cash.licensee:licensee-gradle-plugin:1.8.0'
}
Expand All @@ -74,7 +74,7 @@ codeQualityTools {
enabled = false
}
ktlint {
version = "0.47.1"
version = "1.0.1"
}
}

Expand Down

0 comments on commit bf4074e

Please sign in to comment.