Files
superset2/scripts
Evan 3bf0555259 fix(ci): restore if-form for empty-output guard in oxlint.sh
`[ -n "" ] && echo ""` exits 1 when output is empty and `set -e` is
active, causing oxlint-frontend pre-commit hook to fail on clean files.
Restore the `if [ -n "$output" ]; then echo "$output"; fi` form that
does not rely on the exit status of the bracket test.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 12:36:16 -07:00
..