scicloj / tablecloth.time

Tools for the processing and manipulation of time-series data in Clojure.
Other
18 stars 1 forks source link

Replace eastwood with clj-kondo #20

Closed ezmiller closed 3 years ago

ezmiller commented 3 years ago

Goal

Replace the linter eastwood with a more popular and polished linter: clj-kondo: https://github.com/clj-kondo/clj-kondo

Also in this PR

Miscellaneous changes to get the linters to pass.

ezmiller commented 3 years ago

Looks fine. Need to adopt linter config locally to be in sync

@rsiddharthan the config should come down when you pull down the repository. What you may want to do is install clj-kondo globally on your computer and so that you can run it in your editor. Here's a link to the a guide on that setup. It's not too bad: https://github.com/clj-kondo/clj-kondo/blob/master/doc/editor-integration.md