Skip to content

Commit

Permalink
Upgrade linters
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv authored and bbatsov committed Sep 23, 2021
1 parent 79bf2b5 commit a6f35c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,16 @@
(pjstadig.humane-test-output/activate!)]
:test-refresh {:changes-only true}}

:cljfmt {:plugins [[lein-cljfmt "0.6.4"]]
:cljfmt {:plugins [[lein-cljfmt "0.8.0"]]
:cljfmt {:indents {as-> [[:inner 0]]
with-debug-bindings [[:inner 0]]
merge-meta [[:inner 0]]
letfn [[:block 1] [:inner 2]]}}}

:clj-kondo [:test
{:dependencies [[clj-kondo "2021.03.31"]]}]
{:dependencies [[clj-kondo "2021.09.15"]]}]

:eastwood {:plugins [[jonase/eastwood "0.9.6"]]
:eastwood {:plugins [[jonase/eastwood "0.9.9"]]
:eastwood {:exclude-namespaces [~(if jdk8?
'orchard.java.parser
'orchard.java.legacy-parser)]}}})
1 change: 0 additions & 1 deletion src/orchard/spec.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
;; clojure version ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(defn get-spec [v] (spec "get-spec" v))

(defn describe [s] (spec "describe" s))
Expand Down

0 comments on commit a6f35c4

Please sign in to comment.