From 5151a7bd49f7e7ce0e91d350f824d281671eb198 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 24 Jun 2022 07:34:34 +0200 Subject: [PATCH] :paperclip: Ignore linter issues on single function on frontend Because it happens to the `new` function previuously defined clash with the instance creation (probably linter bug). --- frontend/src/app/util/object.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/util/object.cljs b/frontend/src/app/util/object.cljs index 0abdd9c90d..b5de31cb95 100644 --- a/frontend/src/app/util/object.cljs +++ b/frontend/src/app/util/object.cljs @@ -43,6 +43,7 @@ (rest keys) (unchecked-get res key)))))) +#_:clj-kondo/ignore (defn without [obj keys] (let [keys (cond