From 36055cd53d81a1f1ffd50619104fbf0f0b6efa43 Mon Sep 17 00:00:00 2001
From: Noah Moss <32746338+noahmoss@users.noreply.github.com>
Date: Wed, 27 Dec 2023 22:50:39 -0500
Subject: [PATCH] Remove extra clj-kondo library config (#37138)

Ignore another clj-kondo library config missed by https://github.com/metabase/metabase/pull/36889

This was causing dirty changes to be left in the repo after running `bin/kondo.sh`. The script should be clean after this change, I think.
---
 .clj-kondo/com.github.steffan-westcott/clj-otel-api/config.edn | 3 ---
 1 file changed, 3 deletions(-)
 delete mode 100644 .clj-kondo/com.github.steffan-westcott/clj-otel-api/config.edn

diff --git a/.clj-kondo/com.github.steffan-westcott/clj-otel-api/config.edn b/.clj-kondo/com.github.steffan-westcott/clj-otel-api/config.edn
deleted file mode 100644
index 5219c3e6b8e..00000000000
--- a/.clj-kondo/com.github.steffan-westcott/clj-otel-api/config.edn
+++ /dev/null
@@ -1,3 +0,0 @@
-;!zprint {:width 140}
-
-{:lint-as {steffan-westcott.clj-otel.api.trace.span/with-span-binding clojure.core/let}}
-- 
GitLab