aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-30 23:45:24 -0300
committerEuAndreh <eu@euandre.org>2019-05-30 23:45:24 -0300
commit1a5c64a4521a5e02ff00cdbc2b2c878b2303aae3 (patch)
tree266b33a8e7f5bf633cb55d2ec423fafabbcc422f /default.nix
parentPublish contents for public/ folder (diff)
downloaddotfiles-1a5c64a4521a5e02ff00cdbc2b2c878b2303aae3.tar.gz
dotfiles-1a5c64a4521a5e02ff00cdbc2b2c878b2303aae3.tar.xz
Exclude notmuch-post.sh from shellcheck analysis
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
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
];