tests/efmls: disable swift

This commit is contained in:
Austin Horstman 2024-09-13 09:47:11 -05:00
parent 6e22c9e8db
commit 5143afeebc
No known key found for this signature in database

View file

@ -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" ]