redplanetlabs / specter

Clojure(Script)'s missing piece
Apache License 2.0
2.51k stars 102 forks source link

feat: export commonly-used clj-kondo config #329

Closed edporras closed 1 year ago

edporras commented 1 year ago

Hi, I found a thread in clojurians between @borkdude and @IGJoshua about adding an exported clj-kondo config with the common linters added to the README. I can't find any discussion that follow to see if there was an attempt to add it and it was rejected for some reason though so I'm opening this in case it hasn't been done and there's interest. We use this with a hook for recursive-path - I'm not sure where that came from so I'm not taking credit for it or any of this 😀.

I've also modified the README to document the exported config.

nathanmarz commented 1 year ago

This has been brought up before and has been decided not to be added to Specter itself.

edporras commented 1 year ago

Ok, thanks for clarifying that. I'll see if it can be added to https://github.com/clj-kondo/configs instead.