clojure-emacs / refactor-nrepl

nREPL middleware to support refactorings in an editor agnostic way
Eclipse Public License 1.0
257 stars 69 forks source link

Honor namespace local configuration of clj-kondo #387

Closed OknoLombarda closed 1 year ago

OknoLombarda commented 2 years ago

refactor-nrepl already honors clj-kondo's global config for unused namespaces, but maybe it would be right to also check namespace local configuration?

vemv commented 2 years ago

I'd be fine with this, thanks for the proposal!

vemv commented 1 year ago

@OknoLombarda: did you have in mind to offer a PR?

OknoLombarda commented 1 year ago

Yeah, I just don't have much time lately. I'll try to do it on this weekend. Also, clj-kondo supports namespace local configuration via namespace metadata, but that's probably gonna be too much? I guess I'll just add :config-in-ns support, at least for now

vemv commented 1 year ago

Sweet!

Both are nice, but any contribution is welcome!