Detekt complains about line length... about a url....
# detekt
c
Detekt complains about line length... about a url... in a kdoc comment. What can I do to fix that?
e
Or
@Suppress("MaxLineLength")
c
dang. was hoping there was some way to just have detekt know that URLs are long and to ignore them. lol thanks
a
detekt
already ignores those cases see https://github.com/detekt/detekt/pull/5683
@Colton Idle which code is violating this?
Got it.. It has to be in Kdoc format 😅
@Colton Idle can you create an issue?
c