add on-connection to clj-kondo
This commit is contained in:
parent
c4fe14e9e6
commit
18b09c0bd7
1 changed files with 2 additions and 1 deletions
|
|
@ -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}}
|
||||
Loading…
Reference in a new issue