mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/lint: re-enable clojure
This commit is contained in:
parent
59ae79ce79
commit
3510cade90
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@
|
||||||
ruby = [ "ruby" ];
|
ruby = [ "ruby" ];
|
||||||
janet = [ "janet" ];
|
janet = [ "janet" ];
|
||||||
inko = [ "inko" ];
|
inko = [ "inko" ];
|
||||||
# As of 2024-03-27, pkgs.graalvm-ce (a dependency of pkgs.clj-kondo) is broken on x86_64-darwin
|
clojure = [ "clj-kondo" ];
|
||||||
# TODO: re-enable this test when fixed
|
|
||||||
# clojure = ["clj-kondo"];
|
|
||||||
dockerfile = [ "hadolint" ];
|
dockerfile = [ "hadolint" ];
|
||||||
terraform = [ "tflint" ];
|
terraform = [ "tflint" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue