From d564b5299957329351a8cda6d18c77067db50474 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 29 Jun 2024 12:07:06 +0200 Subject: [PATCH] tests/plugins/none-ls: re-enable rubyfmt test for linux --- tests/test-sources/plugins/none-ls.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/test-sources/plugins/none-ls.nix b/tests/test-sources/plugins/none-ls.nix index 33630cc2..6a9a4319 100644 --- a/tests/test-sources/plugins/none-ls.nix +++ b/tests/test-sources/plugins/none-ls.nix @@ -138,10 +138,6 @@ "regal" "remark" "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" "solhint" "spectral" @@ -170,6 +166,9 @@ "gdformat" "gdlint" "haml_lint" + # As of 2024-06-29, pkgs.rubyfmt is broken on darwin + # TODO: re-enable this test when fixed + "rubyfmt" "verilator" "verible_verilog_format" ])