tests/lint: re-enable clojure

This commit is contained in:
Austin Horstman 2024-09-26 10:51:31 -05:00
parent 59ae79ce79
commit 3510cade90
No known key found for this signature in database

View file

@ -15,9 +15,7 @@
ruby = [ "ruby" ];
janet = [ "janet" ];
inko = [ "inko" ];
# 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"];
clojure = [ "clj-kondo" ];
dockerfile = [ "hadolint" ];
terraform = [ "tflint" ];
};