Hey folks, I'm trying to write a check. Probably d...
# detekt
y
Hey folks, I'm trying to write a check. Probably doing some rookie mistake there, but I couldn't find anything similar on stackoverflow nor a similar check in the repo 😅 So, I posted a question here - any help is appreciated 🙏
g
Hey Yahya 👋 Do you have the rule somewhere that I can checkout (like in a project or branch)?
y
Hey Nicola 🙂 No, I don't - but that's all I have there in the question
g
Thanks for sharing the response. The 
|
 issue you mentioned is really weird. We never use
|
in tests therefore we never noticed that 🤔 Also I am wondering if the problem is that you were using
trimIndent
while you should have used
trimMargin
.
1