We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c5889 commit e9f651eCopy full SHA for e9f651e
.clj-kondo/config.edn
@@ -0,0 +1,7 @@
1
+{:linters
2
+ {:deprecated-var
3
+ {:exclude
4
+ {integrant.core/prep-key
5
+ {:namespaces [integrant.core integrant.core-test]}
6
+ integrant.core/prep
7
+ {:namespaces [integrant.core integrant.core-test]}}}}}
.gitignore
@@ -10,4 +10,5 @@ pom.xml.asc
10
.hgignore
11
.hg/
12
/codox
13
-/.cpcache
+/.cpcache
14
+/.clj-kondo/*/
0 commit comments