mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-16 23:42:47 +01:00
tests: disable ansible-lint (build failure)
This commit is contained in:
parent
899f702f72
commit
d70e2840a3
3 changed files with 9 additions and 0 deletions
|
|
@ -38,6 +38,9 @@ let
|
||||||
inherit (pkgs.stdenv) hostPlatform;
|
inherit (pkgs.stdenv) hostPlatform;
|
||||||
|
|
||||||
disabled = [
|
disabled = [
|
||||||
|
# 2025-11-15 build failure
|
||||||
|
"ansible-lint"
|
||||||
|
|
||||||
# DEPRECATED SERVERS
|
# DEPRECATED SERVERS
|
||||||
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
|
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
|
||||||
"ruff_lsp"
|
"ruff_lsp"
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
brokenTools = [
|
brokenTools = [
|
||||||
|
# 2025-11-15 build failure
|
||||||
|
"ansible_lint"
|
||||||
|
|
||||||
#TODO Added 2025-04-01
|
#TODO Added 2025-04-01
|
||||||
# php-cs-fixer is marked as broken
|
# php-cs-fixer is marked as broken
|
||||||
"php_cs_fixer"
|
"php_cs_fixer"
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,9 @@
|
||||||
sources =
|
sources =
|
||||||
let
|
let
|
||||||
disabled = [
|
disabled = [
|
||||||
|
# 2025-11-15 build failure
|
||||||
|
"ansiblelint"
|
||||||
|
|
||||||
#TODO Added 2025-04-01
|
#TODO Added 2025-04-01
|
||||||
# php-cs-fixer is marked as broken
|
# php-cs-fixer is marked as broken
|
||||||
"phpcsfixer"
|
"phpcsfixer"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue