mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
tests/null-ls: disable hadolint test because haskellPackages.ilist is broken
This commit is contained in:
parent
3f2fd1c078
commit
2a2f358129
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@
|
||||||
vulture.enable = true;
|
vulture.enable = true;
|
||||||
alex.enable = true;
|
alex.enable = true;
|
||||||
protolint.enable = true;
|
protolint.enable = true;
|
||||||
hadolint.enable = true;
|
# Dependency ilist is marked as broken
|
||||||
|
# hadolint.enable = true;
|
||||||
luacheck.enable = true;
|
luacheck.enable = true;
|
||||||
mypy.enable = true;
|
mypy.enable = true;
|
||||||
pylint.enable = true;
|
pylint.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue