From 27de9230b111bc392f777d6dc50212826261a8dc Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 16 Aug 2022 16:28:27 +0200 Subject: [PATCH] Ignore ktlint string-template. --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index afe51cc734..6ef6ef0a33 100644 --- a/build.gradle +++ b/build.gradle @@ -151,6 +151,8 @@ allprojects { "experimental:comment-wrapping", // - A KDoc comment after any other element on the same line must be separated by a new line "experimental:kdoc-wrapping", + // Ignore error "Redundant curly braces", since we use it to fix false positives, for instance in "elementLogs.${i}.txt" + "string-template", ] }