From 3510cade90bab98d978d3b045445022107f83671 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 26 Sep 2024 10:51:31 -0500 Subject: [PATCH] tests/lint: re-enable clojure --- tests/test-sources/plugins/by-name/lint/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test-sources/plugins/by-name/lint/default.nix b/tests/test-sources/plugins/by-name/lint/default.nix index c84c385b..e1ecf249 100644 --- a/tests/test-sources/plugins/by-name/lint/default.nix +++ b/tests/test-sources/plugins/by-name/lint/default.nix @@ -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" ]; };