mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-03 05:44:31 +02:00
plugins/none-ls: disable rubyfmt test as it is broken
This commit is contained in:
parent
f5de31debc
commit
bf109a3e59
1 changed files with 4 additions and 1 deletions
|
@ -83,6 +83,10 @@
|
||||||
"regal"
|
"regal"
|
||||||
"remark"
|
"remark"
|
||||||
"rescript"
|
"rescript"
|
||||||
|
# As of 2024-06-18, pkgs.rubyfmt is broken on all platforms
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/320722
|
||||||
|
# TODO: re-enable this test when fixed
|
||||||
|
"rubyfmt"
|
||||||
"saltlint"
|
"saltlint"
|
||||||
"solhint"
|
"solhint"
|
||||||
"spectral"
|
"spectral"
|
||||||
|
@ -102,7 +106,6 @@
|
||||||
# As of 2024-03-27, pkgs.graalvm-ce (a dependency of pkgs.clj-kondo) is broken on x86_64-darwin
|
# 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
|
# TODO: re-enable this test when fixed
|
||||||
"clj_kondo"
|
"clj_kondo"
|
||||||
"rubyfmt"
|
|
||||||
])
|
])
|
||||||
++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
||||||
# As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin
|
# As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue