We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00a50c commit 8667a0aCopy full SHA for 8667a0a
script/test_libs.clj
@@ -310,11 +310,12 @@
310
"lein test"]}
311
{:name "clojure-lsp"
312
:platforms [:clj]
313
+ :note "re-enable after next released, see https://github.com/clj-commons/rewrite-clj/pull/174"
314
:version "2022.03.31-20.00.20"
315
:github-release {:repo "clojure-lsp/clojure-lsp"}
316
:patch-fn clojure-lsp-patch
317
:show-deps-fn clojure-lsp-deps
- :test-cmds ["make test"]}
318
+ :test-cmds [#_"make test" "echo skipping"]}
319
{:name "depot"
320
321
:note "1 patch required due to using, but not requiring, rewrite-clj.node"
0 commit comments