mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 01:38:40 +02:00
Revert "tests/efmls-configs: disable cppcheck test on darwin (broken package)"
This reverts commit 80b5d141df
.
This commit is contained in:
parent
9eb21bbdea
commit
647b1de9b9
1 changed files with 0 additions and 4 deletions
|
@ -46,10 +46,6 @@
|
||||||
# TODO: re-enable those tests when fixed
|
# TODO: re-enable those tests when fixed
|
||||||
"chktex"
|
"chktex"
|
||||||
"latexindent"
|
"latexindent"
|
||||||
# As of 2024-12-31, cppcheck is failing on darwin
|
|
||||||
# Fixed by https://github.com/NixOS/nixpkgs/pull/369673
|
|
||||||
# TODO: re-enable this test when fixed
|
|
||||||
"cppcheck"
|
|
||||||
]
|
]
|
||||||
++ lib.optionals (system == "x86_64-darwin") [
|
++ lib.optionals (system == "x86_64-darwin") [
|
||||||
# As of 2024-07-31, dmd is broken on x86_64-darwin
|
# As of 2024-07-31, dmd is broken on x86_64-darwin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue