teknql / systemic

Delightfully simple state management for Clojure applications
73 stars 2 forks source link

fix: add resources to path so that clj-kondo export works #7

Closed sg-qwt closed 1 year ago

sg-qwt commented 1 year ago

hi,

91fe474397bd88e956bd4166027dd75a2f205835 introduced clj-kondo export but forgot to add resources to path ,thus running cmd like clj-kondo --lint "$(clojure -Spath)" --copy-configs --skip-lint won't work when adding systemic as git dep.

https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#sample-exports

rschmukler commented 1 year ago

Nice find! Thanks for the PR.