From 88fbec075f09c3516ed7a1b34b4d2b17056a258d Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:05:58 +0900 Subject: [PATCH] style: fix lint --- detekt.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/detekt.yml b/detekt.yml index cbdfa515..c4fee204 100644 --- a/detekt.yml +++ b/detekt.yml @@ -6,6 +6,8 @@ build: InjectDispatcher: 0 EnumEntryNameCase: 0 ReplaceSafeCallChainWithRun: 0 + VariableNaming: 0 + NoNameShadowing: 0 style: ClassOrdering: