mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
tests/{none-ls,efmls-configs}: disable ansible-lint (build failure)
This commit is contained in:
parent
9eb03ab777
commit
4f72d5c43e
2 changed files with 7 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
|||
# TODO: re-enable those tests when fixed
|
||||
"chktex"
|
||||
"latexindent"
|
||||
|
||||
# TODO 2025-04-20 build failure
|
||||
"ansible_lint"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isAarch64) [
|
||||
# As of 2025-03-18, several python311Packages.* dependencies of bashate fail on aarch64-darwin
|
||||
|
|
|
@ -117,6 +117,10 @@
|
|||
|
||||
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
|
||||
"swift_format"
|
||||
]
|
||||
++ lib.optionals hostPlatform.isDarwin [
|
||||
# TODO 2025-04-20 build failure
|
||||
"ansiblelint"
|
||||
];
|
||||
in
|
||||
# Enable every none-ls source that has an option
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue