mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/{efmls-configs,none-ls}: re-enable phpstan test
This commit is contained in:
parent
7defce3863
commit
5f0b33710a
2 changed files with 0 additions and 6 deletions
|
@ -125,9 +125,6 @@
|
||||||
"opacheck"
|
"opacheck"
|
||||||
"rego"
|
"rego"
|
||||||
"prisma_format"
|
"prisma_format"
|
||||||
# TODO: added 2024-11-17
|
|
||||||
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691
|
|
||||||
"phpstan"
|
|
||||||
]
|
]
|
||||||
++ (lib.optionals pkgs.stdenv.isDarwin [
|
++ (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
|
||||||
|
|
|
@ -31,9 +31,6 @@
|
||||||
# TODO: added 2024-10-15
|
# TODO: added 2024-10-15
|
||||||
# re-enable after fixed
|
# re-enable after fixed
|
||||||
"dmd"
|
"dmd"
|
||||||
# TODO: added 2024-11-17
|
|
||||||
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691
|
|
||||||
"phpstan"
|
|
||||||
]
|
]
|
||||||
++ lib.optionals (system == "aarch64-linux") [
|
++ lib.optionals (system == "aarch64-linux") [
|
||||||
# Broken as of 2024-07-13
|
# Broken as of 2024-07-13
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue