File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
with-debug-bindings [[:inner 0 ]]
68
68
merge-meta [[:inner 0 ]]
69
69
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:
74
72
: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 ]}}
76
76
:clj-kondo [:test
77
77
{:dependencies [[clj-kondo " 2021.06.18" ]]}]}
78
78
:jvm-opts [" -Djava.net.preferIPv4Stack=true" ])
You can’t perform that action at this time.
0 commit comments