Skip to content

Commit

Permalink
Fix clj-kondo deprecated var warning
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 29, 2024
1 parent b9c5889 commit e9f651e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .clj-kondo/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{:linters
{:deprecated-var
{:exclude
{integrant.core/prep-key
{:namespaces [integrant.core integrant.core-test]}
integrant.core/prep
{:namespaces [integrant.core integrant.core-test]}}}}}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ pom.xml.asc
.hgignore
.hg/
/codox
/.cpcache
/.cpcache
/.clj-kondo/*/

0 comments on commit e9f651e

Please sign in to comment.