diff --git a/.clj-kondo/config.edn b/.clj-kondo/config.edn new file mode 100644 index 0000000..324ccee --- /dev/null +++ b/.clj-kondo/config.edn @@ -0,0 +1,2 @@ +{:lint-as + {honeysql.helpers/defhelper clojure.core/defn}} diff --git a/.gitignore b/.gitignore index 489c50d..64d7077 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *.jar *.class .cpcache +.clj-kondo/.cache .eastwood .nrepl-port .classpath