Skip to content

Commit

Permalink
Update variables.sh: SC2317 ignored in yaml script
Browse files Browse the repository at this point in the history
not needed here
  • Loading branch information
EricClaeys authored Dec 18, 2024
1 parent 7a47195 commit a3b87bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2317 # variable unused, statement unreached
# shellcheck disable=SC2034 # variable unused

# This file is source'd into other files to set some variables used by scripts.
# This allows us to easily add and change directory names.
Expand Down

0 comments on commit a3b87bd

Please sign in to comment.