Skip to content

Commit

Permalink
Update .shellcheckrc
Browse files Browse the repository at this point in the history
  • Loading branch information
adonis0147 committed Aug 2, 2022
1 parent 63ef31f commit 863ce8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .shellcheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ source-path=devel/downloads

external-sources=true

enable=quote-safe-variables
enable=all
disable=SC2312
1 change: 1 addition & 0 deletions devel/scripts/setup_package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

set -e
shopt -s inherit_errexit

declare -r CMD="${BASH_SOURCE[0]}"
SCRIPTS_PATH="$(dirname "$(readlink -f "${CMD}")")"
Expand Down

0 comments on commit 863ce8a

Please sign in to comment.