Skip to content

Commit

Permalink
Update shellcheck to look for external bash file binding (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
mijaz18 authored Aug 30, 2023
1 parent 3751fdf commit 0f51121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/check_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ validate_bash() {
then
for FILE_TO_CHECK in $FILES_TO_CHECK
do
if ! shellcheck "$FILE_TO_CHECK";
if ! shellcheck -x "$FILE_TO_CHECK";
then
FILES_TO_LINT+="$FILE_TO_CHECK "
fi
Expand Down

0 comments on commit 0f51121

Please sign in to comment.