From 18b09c0bd77cb6850505dcef1ba964a48200ab13 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 9 Oct 2022 16:55:03 -0700 Subject: [PATCH] add on-connection to clj-kondo --- .../com.github.seancorfield/next.jdbc/config.edn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/config.edn b/resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/config.edn index a67a5c6..57911b6 100644 --- a/resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/config.edn +++ b/resources/clj-kondo.exports/com.github.seancorfield/next.jdbc/config.edn @@ -1,4 +1,5 @@ {:hooks {:analyze-call {next.jdbc/with-transaction - hooks.com.github.seancorfield.next-jdbc/with-transaction}}} + hooks.com.github.seancorfield.next-jdbc/with-transaction}} + :lint-as {next.jdbc/on-connection clojure.core/with-open}} \ No newline at end of file