mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-22 17:32:43 +00:00
We prefer handling null variable values using termux_error_exit,
so disable the SC2115 warning that suggested ${var:?} as a mitigation
in favor of doing explicit manual sanity checks on the used variables
%ci:no-build