We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa5316 commit c500a3fCopy full SHA for c500a3f
tests/test-sources/plugins/by-name/none-ls/default.nix
@@ -125,6 +125,9 @@
125
"opacheck"
126
"rego"
127
"prisma_format"
128
+ # TODO: added 2024-11-30
129
+ # Fixed in https://github.com/NixOS/nixpkgs/pull/360546
130
+ "phpstan"
131
]
132
++ (lib.optionals pkgs.stdenv.isDarwin [
133
# 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
@@ -32,6 +32,9 @@
32
# re-enable after fixed
33
"dmd"
34
# TODO: added 2024-11-30
35
36
37
38
# Fixed in https://github.com/NixOS/nixpkgs/pull/360544
39
"psalm"
40
0 commit comments