add on-connection to clj-kondo

This commit is contained in:
Sean Corfield 2022-10-09 16:55:03 -07:00
parent c4fe14e9e6
commit 18b09c0bd7

View file

@ -1,4 +1,5 @@
{:hooks {:hooks
{:analyze-call {:analyze-call
{next.jdbc/with-transaction {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}}