From a11195d6cefbbc3cf5140f1024fd69c54b30b6d9 Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Tue, 30 Sep 2025 19:56:51 -0700 Subject: [PATCH] shellcheck fix: tests/functional/push-to-store-old.sh --- maintainers/flake-module.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/maintainers/flake-module.nix b/maintainers/flake-module.nix index 0caa97b23..285a76f59 100644 --- a/maintainers/flake-module.nix +++ b/maintainers/flake-module.nix @@ -106,8 +106,6 @@ enable = true; excludes = [ # We haven't linted these files yet - ''^tests/functional/pure-eval\.sh$'' - ''^tests/functional/push-to-store-old\.sh$'' ''^tests/functional/push-to-store\.sh$'' ''^tests/functional/read-only-store\.sh$'' ''^tests/functional/readfile-context\.sh$''