aboutsummaryrefslogtreecommitdiff
path: root/lint/bash.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-05-10 13:46:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-05-10 13:46:35 +1200
commitb5d7c3dddc7cfce9b33b167294d6755d7d758193 (patch)
treeb0e6398aa7041c1dcd982aa32ca08ea70becc953 /lint/bash.sh
parentMerge branch 'release/v11.3.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-b5d7c3dddc7cfce9b33b167294d6755d7d758193.tar.gz
dotfiles-b5d7c3dddc7cfce9b33b167294d6755d7d758193.zip
Merge branch 'release/v11.4.0'v11.4.0
* release/v11.4.0: Run Perl::Tidy over urxvt/ext/select.pl Make corrections for ShellCheck v0.7.2 Remove <strong> tag from HTML timestamp prefix
Diffstat (limited to 'lint/bash.sh')
-rw-r--r--lint/bash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint/bash.sh b/lint/bash.sh
index 13754a3f..2b6342ae 100644
--- a/lint/bash.sh
+++ b/lint/bash.sh
@@ -5,4 +5,4 @@ set \
bash/bash_profile \
bash/bashrc \
bash/bashrc.d/*.bash
-shellcheck -e SC1090 -s bash -- "$@" || exit
+shellcheck -e SC1090 -e SC1091 -s bash -- "$@" || exit