juxt

borkdude 2020-04-06T12:58:25.011300Z

dominicm infomed me that JUXT is using reviewdog with clj-kondo. can anyone at JUXT share the config, so others can learn from it?

alexdavis 2020-04-06T13:24:35.011400Z

Ran by circleCI

alexdavis 2020-04-06T13:24:56.011700Z

clj-kondo config

alexdavis 2020-04-06T13:28:18.012Z

CircleCI config snippet of lint stage

borkdude 2020-04-06T14:24:39.012500Z

@alex395 Thanks a lot! Shared it here: https://github.com/borkdude/clj-kondo/issues/844#issuecomment-609827001

hairfire 2020-04-06T20:13:33.014200Z

Following a lead from the fine folks at Juxt, I was able to add a my-dev namespace to the dev directory, and use it during REPL-driven-development within 'comment' form code. Does anyone know how I might access the my-dev namespace from tests?

dominicm 2020-04-06T21:00:15.015300Z

If the dev folder is on the classpsth, you can just require it.