Skip to content

Commit

Permalink
tests/plugins/none-ls: re-enable d2_fmt and yamlfix
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Aug 20, 2024
1 parent 366f255 commit 9a218fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test-sources/plugins/none-ls.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@
let
disabled =
[
# As of 2024-03-22, pkgs.d2 is broken
# TODO: re-enable this test when fixed
"d2_fmt"
# TODO: can this be re-enabled?
"yamlfix"
# TODO: re-enable when package is fixed
"prisma_format"
]
Expand Down Expand Up @@ -150,7 +145,6 @@
"swift_format"
]);
in

# Enable every none-ls source that has an option
lib.mapAttrs (
_:
Expand Down

0 comments on commit 9a218fe

Please sign in to comment.