From bf4074e2e830e2f6b12c286a65100288552df622 Mon Sep 17 00:00:00 2001 From: Niklas Baudy Date: Wed, 29 Nov 2023 21:22:03 -0300 Subject: [PATCH] Update plugin codequalitytools to v0.24.0 (#197) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .editorconfig | 9 +++++++-- build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1d967e8..eff7c9e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 \ No newline at end of file diff --git a/build.gradle b/build.gradle index 57577ca..cb562e9 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } @@ -74,7 +74,7 @@ codeQualityTools { enabled = false } ktlint { - version = "0.47.1" + version = "1.0.1" } }