You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DisplayName(
""" Given something When something Then something""",
)
TrimMultilineRawString reports raw strings inside annotations. The problem is that the compiler doesn't allow to add .trimIndent() on that scope so we should disable this rule for this case.
Your Environment
Version of detekt used: 1.22.0-RC2
The text was updated successfully, but these errors were encountered:
Observed Behavior
TrimMultilineRawString
reports raw strings inside annotations. The problem is that the compiler doesn't allow to add.trimIndent()
on that scope so we should disable this rule for this case.Your Environment
The text was updated successfully, but these errors were encountered: