Legacy deps.edn-side entrypoint for Skeptic.
Hermetic Clojure CLI execution is exposed through skeptic.tool/check
and clj -T:skeptic check. clojure -M:skeptic starts from the client
project's runtime classpath, so it is intentionally unsupported.
Legacy deps.edn-side entrypoint for Skeptic. Hermetic Clojure CLI execution is exposed through `skeptic.tool/check` and `clj -T:skeptic check`. `clojure -M:skeptic` starts from the client project's runtime classpath, so it is intentionally unsupported.
(check-project opts)Run Skeptic from an already-hermetic tool/plugin runtime.
opts is the arg map shape accepted by clj -T:skeptic check; :project-dir
selects the client project to analyze. The client project's deps.edn basis is
used only to discover input paths and is not added to this JVM's classpath.
Run Skeptic from an already-hermetic tool/plugin runtime. `opts` is the arg map shape accepted by `clj -T:skeptic check`; `:project-dir` selects the client project to analyze. The client project's deps.edn basis is used only to discover input paths and is not added to this JVM's classpath.
(run _opts)Legacy exec-fn entrypoint. -X is not hermetic; use clj -T:skeptic check.
Legacy exec-fn entrypoint. `-X` is not hermetic; use `clj -T:skeptic check`.
(run-cli _args)Legacy -M entrypoint. Always returns 1 because -M is not hermetic.
Legacy -M entrypoint. Always returns 1 because -M is not hermetic.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |