tests/{efmls-configs,none-ls}: re-enable phpstan test

This commit is contained in:
Gaetan Lepage 2024-11-20 23:08:31 +01:00
parent 7defce3863
commit 5f0b33710a
2 changed files with 0 additions and 6 deletions

View file

@ -125,9 +125,6 @@
"opacheck"
"rego"
"prisma_format"
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691
"phpstan"
]
++ (lib.optionals pkgs.stdenv.isDarwin [
# As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin

View file

@ -31,9 +31,6 @@
# TODO: added 2024-10-15
# re-enable after fixed
"dmd"
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691
"phpstan"
]
++ lib.optionals (system == "aarch64-linux") [
# Broken as of 2024-07-13