From 1a5c64a4521a5e02ff00cdbc2b2c878b2303aae3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 30 May 2019 23:45:24 -0300 Subject: Exclude notmuch-post.sh from shellcheck analysis --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 1418ecb..36f689a 100644 --- a/default.nix +++ b/default.nix @@ -30,7 +30,7 @@ in rec { }; test = utils.test [ utils.formatNix - (utils.shellcheck ".*(encrypted|os-installation.sh).*") + (utils.shellcheck ".*(encrypted|os-installation.sh|notmuch-post.sh).*") (utils.fixme [ "default.nix" "utils.nix" ]) subtasks.uniqueFeeds ]; -- cgit v1.2.3