Skip to content

Commit

Permalink
Disable false positive warning on shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomello committed Dec 16, 2024
1 parent 9e40167 commit 1e80128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/clang_format_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ then
exit 1
fi

# shellcheck disable=SC2317
cleanup() {
echo "cleaning"
rm -rf ${TEMP_DIR}
Expand Down Expand Up @@ -83,4 +84,4 @@ do
fi
done

exit 0;
exit 0

0 comments on commit 1e80128

Please sign in to comment.