clj-check icon indicating copy to clipboard operation
clj-check copied to clipboard

lein-check alternative for Clojure CLI tool

Results 3 clj-check issues
Sort by recently updated
recently updated
newest added

I would like to run `clojure -A:check` configured by `:main-opts` with parameters to check only app code, but without dependencies in `deps.edn`. So without ``` Reflection warning, bidi/bidi.cljc:20:31 - call...

Based on: https://insideclojure.org/2020/09/30/exec-example/

I would like to run in CI/CD `clojure -A:check` configured by `:main-opts` to fail build / deploy when found reflections in app. But only app reflections, not dependencies reflections in...