Skip to content

Commit

Permalink
Add clj-kondo config
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Aug 31, 2021
1 parent 4246c7d commit 714eced
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clj-kondo/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{:lint-as {taoensso.encore/doto-cond clojure.core/let
taoensso.encore/defalias clojure.core/def
taoensso.faraday.tests.main/do-with-temp-table clojure.core/let}}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ pom.xml*
/docs/
/doc/
local-dynamo/
.clj-kondo/.cache
.#*

0 comments on commit 714eced

Please sign in to comment.