dominicm infomed me that JUXT is using reviewdog with clj-kondo. can anyone at JUXT share the config, so others can learn from it?
Ran by circleCI
clj-kondo config
CircleCI config snippet of lint stage
@alex395 Thanks a lot! Shared it here: https://github.com/borkdude/clj-kondo/issues/844#issuecomment-609827001
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?
If the dev folder is on the classpsth, you can just require it.