mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 19:24:34 +02:00
tests/efmls: disable swift
This commit is contained in:
parent
6e22c9e8db
commit
5143afeebc
1 changed files with 4 additions and 2 deletions
|
@ -27,6 +27,10 @@
|
||||||
# Broken as of 2024-07-08
|
# Broken as of 2024-07-08
|
||||||
# TODO: re-enable this tests when fixed
|
# TODO: re-enable this tests when fixed
|
||||||
"cpplint"
|
"cpplint"
|
||||||
|
# TODO: added 2024-09-13
|
||||||
|
# Swift broken everywhere atm
|
||||||
|
"swiftformat"
|
||||||
|
"swiftlint"
|
||||||
]
|
]
|
||||||
++ lib.optionals (system == "aarch64-linux") [
|
++ lib.optionals (system == "aarch64-linux") [
|
||||||
# Broken as of 2024-07-13
|
# Broken as of 2024-07-13
|
||||||
|
@ -71,8 +75,6 @@
|
||||||
"slim_lint"
|
"slim_lint"
|
||||||
"solhint"
|
"solhint"
|
||||||
"sorbet"
|
"sorbet"
|
||||||
"swiftformat"
|
|
||||||
"swiftlint"
|
|
||||||
"xo"
|
"xo"
|
||||||
]
|
]
|
||||||
++ lib.optionals pkgs.stdenv.isDarwin [ "clazy" ]
|
++ lib.optionals pkgs.stdenv.isDarwin [ "clazy" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue