Skip to content

Commit dbbea2c

Browse files
committed
Upgrade Eastwood, enable it for test directories
1 parent 967538d commit dbbea2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

project.clj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
with-debug-bindings [[:inner 0]]
6868
merge-meta [[:inner 0]]
6969
try-if-let [[:block 1]]}}}]
70-
:eastwood {:plugins [[jonase/eastwood "0.6.0"]]
71-
;; TODO: add :test-paths
72-
:eastwood {:namespaces [:source-paths]
73-
;; vendored - shouldn't be tweaked for satisfying linters:
70+
:eastwood {:plugins [[jonase/eastwood "0.7.0"]]
71+
:eastwood {;; vendored - shouldn't be tweaked for satisfying linters:
7472
:exclude-namespaces [refactor-nrepl.ns.slam.hound.regrow]
75-
:exclude-linters [:unused-ret-vals]}}
73+
;; :implicit-dependencies would fail spuriously when the CI matrix runs for Clojure < 1.10,
74+
;; because :implicit-dependencies can only work for a certain corner case starting from 1.10.
75+
:exclude-linters [:implicit-dependencies]}}
7676
:clj-kondo [:test
7777
{:dependencies [[clj-kondo "2021.06.18"]]}]}
7878
:jvm-opts ["-Djava.net.preferIPv4Stack=true"])

0 commit comments

Comments
 (0)