Skip to content

Commit c500a3f

Browse files
committed
tests/{none-ls,efmls-configs}: disable phpstan
NixOS/nixpkgs#360546
1 parent 8fa5316 commit c500a3f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/test-sources/plugins/by-name/none-ls/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@
125125
"opacheck"
126126
"rego"
127127
"prisma_format"
128+
# TODO: added 2024-11-30
129+
# Fixed in https://github.com/NixOS/nixpkgs/pull/360546
130+
"phpstan"
128131
]
129132
++ (lib.optionals pkgs.stdenv.isDarwin [
130133
# As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin

tests/test-sources/plugins/lsp/efmls-configs.nix

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
# re-enable after fixed
3333
"dmd"
3434
# TODO: added 2024-11-30
35+
# Fixed in https://github.com/NixOS/nixpkgs/pull/360546
36+
"phpstan"
37+
# TODO: added 2024-11-30
3538
# Fixed in https://github.com/NixOS/nixpkgs/pull/360544
3639
"psalm"
3740
]

0 commit comments

Comments
 (0)