diff options
author | EuAndreh <eu@euandre.org> | 2019-05-30 23:45:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-30 23:45:24 -0300 |
commit | 1a5c64a4521a5e02ff00cdbc2b2c878b2303aae3 (patch) | |
tree | 266b33a8e7f5bf633cb55d2ec423fafabbcc422f /default.nix | |
parent | Publish contents for public/ folder (diff) | |
download | dotfiles-1a5c64a4521a5e02ff00cdbc2b2c878b2303aae3.tar.gz dotfiles-1a5c64a4521a5e02ff00cdbc2b2c878b2303aae3.tar.xz |
Exclude notmuch-post.sh from shellcheck analysis
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
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 ]; |