summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-30 11:24:06 +0100
committerErich Eckner <git@eckner.net>2020-01-30 11:24:06 +0100
commitf1f124c9d251fc984717e9a0b4335fc235489dfa (patch)
tree52c54dc3caf2a88518e45ed9ae8e8786f3f3a266
parentb5f82aa7c319d09d4f0c50f68d37b9e0ee5086ad (diff)
downloadbuilder-f1f124c9d251fc984717e9a0b4335fc235489dfa.tar.xz
lib/intentions-queue: reduce shellcheck disabling
-rwxr-xr-xlib/intentions-queue2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/intentions-queue b/lib/intentions-queue
index 6744ca0..5d9e977 100755
--- a/lib/intentions-queue
+++ b/lib/intentions-queue
@@ -2,7 +2,7 @@
# contains functions related to the intentions-queue
-# shellcheck disable=SC2039,SC2119,SC2120
+# shellcheck disable=SC2039
if [ -z "${base_dir}" ]; then
# just to make shellcheck happy