kumarshantanu / dime

Dependency Injection Made Easy for Clojure
Eclipse Public License 1.0
30 stars 1 forks source link

clj-kondo lint as rule #9

Open kurtharriger opened 2 years ago

kurtharriger commented 2 years ago

vscode plugin calva and probably most editors use clj-kondo to lint code files and require extra configuration to recognize defconst Ive configured clj-kondo to lint defconst as defn and that seems to work well for me.

it appears that clj-kondo will search libraries for rules so that it can lint-as defn by automatically https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#exporting

kumarshantanu commented 2 years ago

@kurtharriger This is quite interesting. PR welcome to add docs/config with respect to clj-config.