From 5143afeebcef0cdc206e970e46552ad82be9fa09 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 13 Sep 2024 09:47:11 -0500 Subject: [PATCH] tests/efmls: disable swift --- tests/test-sources/plugins/lsp/efmls-configs.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index 162b8bda..c7c150bb 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -27,6 +27,10 @@ # Broken as of 2024-07-08 # TODO: re-enable this tests when fixed "cpplint" + # TODO: added 2024-09-13 + # Swift broken everywhere atm + "swiftformat" + "swiftlint" ] ++ lib.optionals (system == "aarch64-linux") [ # Broken as of 2024-07-13 @@ -71,8 +75,6 @@ "slim_lint" "solhint" "sorbet" - "swiftformat" - "swiftlint" "xo" ] ++ lib.optionals pkgs.stdenv.isDarwin [ "clazy" ]