eastwood

All things realted to eastwood - the Clojure linter
2019-04-19T04:40:21.001900Z

Hi! As per documentation, my deps.edn entry for eastwood looks like this: {:main-opts ["-m" "eastwood.lint" {:source-paths ["src"]}] :extra-deps {jonase/eastwood {:mvn/version "RELEASE"}}} Any ideas why this throws: Wrong number of args (2) passed to: eastwood.lint/-main

2019-04-19T18:52:13.002300Z

solved it by using the latest commit db6a810f8a9ba

slipset 2019-04-19T19:00:48.003700Z

Sorry, didn’t see this before you solved it yourself. Happy you found a way to solve it :)