summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-09 14:08:16 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-09 14:08:16 +0100
commit573cc709a25f6276c97e3911b684f67479f89b35 (patch)
tree2c1253c4188ac55e74a1208886f483b11e122aa2
parenta20eacfd320c6f3144e1e4e598248cdd804d48f4 (diff)
Disable shellchecking for unused varsHEADmaster
-rw-r--r--playbook.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbook.bash b/playbook.bash
index 69c0ef0..346d031 100644
--- a/playbook.bash
+++ b/playbook.bash
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
+# shellcheck disable=SC2034
+
BASHTARD_PLAYBOOK_VARS[$BASHTARD_PLAYBOOK.branch]=""
BASHTARD_PLAYBOOK_VARS[$BASHTARD_PLAYBOOK.generator]="required"
BASHTARD_PLAYBOOK_VARS[$BASHTARD_PLAYBOOK.path]=""