add ignores for shellcheck

This commit is contained in:
Georges-Antoine Assi
2025-08-06 23:30:32 -04:00
parent 7e0cb2272d
commit 64493348b9
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# trunk-ignore-all(shellcheck/SC2016)
set -o errexit # treat errors as fatal
set -o nounset # treat unset variables as an error

View File

@@ -1,4 +1,6 @@
#!/bin/bash
# trunk-ignore-all(shellcheck/SC2016)
set -e
echo "Starting entrypoint script..."