From 66cf62f1a795cac76301c29326842e948a4df7d7 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:39:36 +0900 Subject: [PATCH] style: fix lint --- detekt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/detekt.yml b/detekt.yml index c1b54432..6059d595 100644 --- a/detekt.yml +++ b/detekt.yml @@ -5,6 +5,7 @@ build: MagicNumber: 0 InjectDispatcher: 0 EnumEntryNameCase: 0 + ReplaceSafeCallChainWithRun: 0 style: ClassOrdering: