Skip to content

Commit

Permalink
tests/{efmls-configs,lsp-servers}: re-enable psalm test
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Nov 20, 2024
1 parent fd41c5a commit 7defce3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions tests/lsp-servers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ let
let
disabled =
[
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
"psalm"

# DEPRECATED SERVERS
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
"ruff_lsp"
Expand Down
3 changes: 0 additions & 3 deletions tests/test-sources/plugins/lsp/efmls-configs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691
"phpstan"
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
"psalm"
]
++ lib.optionals (system == "aarch64-linux") [
# Broken as of 2024-07-13
Expand Down

0 comments on commit 7defce3

Please sign in to comment.