Closed sg-qwt closed 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.
clj-kondo --lint "$(clojure -Spath)" --copy-configs --skip-lint
https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#sample-exports
Nice find! Thanks for the PR.
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