Ignore ktlint string-template.
This commit is contained in:
parent
446bf7e0aa
commit
27de9230b1
@ -151,6 +151,8 @@ allprojects {
|
|||||||
"experimental:comment-wrapping",
|
"experimental:comment-wrapping",
|
||||||
// - A KDoc comment after any other element on the same line must be separated by a new line
|
// - A KDoc comment after any other element on the same line must be separated by a new line
|
||||||
"experimental:kdoc-wrapping",
|
"experimental:kdoc-wrapping",
|
||||||
|
// Ignore error "Redundant curly braces", since we use it to fix false positives, for instance in "elementLogs.${i}.txt"
|
||||||
|
"string-template",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user