Add clj-kondo (work in progress)
This commit is contained in:
parent
b3baa094c2
commit
a588f81113
2 changed files with 3 additions and 0 deletions
2
.clj-kondo/config.edn
Normal file
2
.clj-kondo/config.edn
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{:lint-as
|
||||
{honeysql.helpers/defhelper clojure.core/defn}}
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,6 +9,7 @@
|
|||
*.jar
|
||||
*.class
|
||||
.cpcache
|
||||
.clj-kondo/.cache
|
||||
.eastwood
|
||||
.nrepl-port
|
||||
.classpath
|
||||
|
|
|
|||
Loading…
Reference in a new issue