tests: disable tests using broken pkgs.clj-kondo

This commit is contained in:
Gaetan Lepage 2024-03-27 00:20:39 +01:00 committed by Gaétan Lepage
parent 26e373671f
commit f1cb9f0746
3 changed files with 9 additions and 1 deletions

View file

@ -15,7 +15,9 @@
ruby = ["ruby"];
janet = ["janet"];
inko = ["inko"];
clojure = ["clj-kondo"];
# As of 2024-03-27, pkgs.graalvm-ce (a dependency of pkgs.clj-kondo) is broken on x86_64-darwin
# TODO: re-enable this test when fixed
# clojure = ["clj-kondo"];
dockerfile = ["hadolint"];
terraform = ["tflint"];
};