zt
04/10/2025, 11:07 PMpublic class Hook(public override val replyUserData: Long) : MpvEvent, Reply
into this
public class Hook(public override val replyUserData: Long) :
MpvEvent,
Reply
I cannot figure out what rule is doing this. There really should be an easier way to just quickly see a list of violations in the IDERajashekar
04/11/2025, 10:02 AMktlint_standard_class-signature
Can you try disabling it?
ktlint_standard_class-signature = disabled