From 55efaae6a6aa90ea718849a19579b522c9212f71 Mon Sep 17 00:00:00 2001 From: azey Date: Thu, 11 Dec 2025 22:10:32 +0100 Subject: [PATCH] ci/treefmt: remove K3s test exclusion from yamlfmt Clean-up after 7a9fddc571050d80a9db9c909fe6a0193a2dc695. --- ci/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/default.nix b/ci/default.nix index 9c982dcfc032..73c05a3529f5 100644 --- a/ci/default.nix +++ b/ci/default.nix @@ -81,8 +81,6 @@ let }; }; settings.formatter.yamlfmt.excludes = [ - # Breaks helm templating - "nixos/tests/k3s/k3s-test-chart/templates/*" # Aligns comments with whitespace "pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml" # TODO: Fix formatting for auto-generated file