Update Eastwood; run it on Clojure 1.9
This commit is contained in:
parent
24b87ebd69
commit
b010f91586
2 changed files with 2 additions and 2 deletions
2
deps.edn
2
deps.edn
|
|
@ -17,7 +17,7 @@
|
|||
:main-opts ["-m" "cljs-test-runner.main"]}
|
||||
:readme {:extra-deps {seancorfield/readme {:mvn/version "1.0.16"}}
|
||||
:main-opts ["-m" "seancorfield.readme"]}
|
||||
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.3.14"}}
|
||||
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.4.0"}}
|
||||
:main-opts ["-m" "eastwood.lint" "{:source-paths,[\"src\"]}"]}
|
||||
:jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.0.206"}}
|
||||
:exec-fn hf.depstar/jar
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo ==== Test README.md ==== && clojure -M:readme && \
|
||||
echo ==== Lint Source ==== && clojure -M:1.10:eastwood && \
|
||||
echo ==== Lint Source ==== && clojure -M:eastwood && \
|
||||
echo ==== Test ClojureScript ==== && clojure -M:test:cljs-runner
|
||||
|
||||
if test $? -eq 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue