Skip to content

Commit

Permalink
chore: add kondo config
Browse files Browse the repository at this point in the history
  • Loading branch information
thelissimus committed Dec 27, 2023
1 parent cd04fd8 commit 719fb2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .clj-kondo/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{:lint-as {mount.core/defstate clojure.core/def}
:linters {:unresolved-var {:exclude [next.jdbc.types/as-other]}}}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ pom.xml.asc
.hg/

# Editor
.clj-kondo/
.clj-kondo/*
!.clj-kondo/config.edn
.lsp/
.calva/

Expand Down

0 comments on commit 719fb2c

Please sign in to comment.