Skip to content

Commit

Permalink
Ignore deprecated namespace clj-kondo warnings
Browse files Browse the repository at this point in the history
Access to deprecated namespaces is necessary for backward compatibility.
  • Loading branch information
weavejester committed Jul 18, 2024
1 parent f19700e commit 82e199b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .clj-kondo/config.edn
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{:config-paths ["../resources/clj-kondo.exports/hiccup/hiccup"]}
{:config-paths ["../resources/clj-kondo.exports/hiccup/hiccup"]
:ignore [:deprecated-var :deprecated-namespace]}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pom.xml.asc
.lein-*
.nrepl-port
.clj-kondo/*
!.clj-kodo/config.edn
!.clj-kondo/config.edn
/.cpcache

0 comments on commit 82e199b

Please sign in to comment.