Skip to content

Commit

Permalink
change lib_bash
Browse files Browse the repository at this point in the history
  • Loading branch information
bitranox committed Jan 24, 2025
1 parent eb13dc9 commit 2d709b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/local_testscripts/shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function check_shellcheck_installed {
function shell_check {
banner "checking shellscripts"
# exclude Codes :
# SC1091 not following external sources -> so we dont check /usr/local/lib_bash/lib_helpers.sh
# SC2155 Declare and assign separately to avoid masking return values
if shellcheck --shell=bash --color=always \
--exclude=SC1091,SC2155 \
Expand Down

0 comments on commit 2d709b4

Please sign in to comment.