Skip to content

Commit

Permalink
Add config for kondo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEbbinghaus committed Mar 9, 2020
1 parent a179d24 commit f569b81
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .clj-kondo/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{:lint-as {quil.core/defsketch clojure.core/def}
:linters {:misplaced-docstring {:level :error}
:unresolved-symbol {:exclude
[(quil.core/defsketch)
(biosphere.core/run-sketch)]}
:unused-binding {:level :off}
:unused-referred-var {:level :off}
:unused-namespace {:level :off}
:consistent-alias {;; warn when alias for clojure.string is
;; different from str
:aliases {quil.core q
clojure.spec.alpha s
clojure.string str
taoensso.timbre log}}}}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ figwheel_server.log
*.iml

/resources/public/cljs-out/
/.clj-kondo/.cache/

0 comments on commit f569b81

Please sign in to comment.