Fork me on GitHub
#juxt
<
2020-04-06
>
borkdude12:04:25

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

alexdavis13:04:35

Ran by circleCI

alexdavis13:04:56

clj-kondo config

alexdavis13:04:18

CircleCI config snippet of lint stage

hairfire20:04:33

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?

dominicm21:04:15

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