Files
sasecodingagent-project/scripts/check_no_unwrap_expect.sh
2026-04-07 12:25:12 +02:00

3 lines
93 B
Bash
Executable File

#!/usr/bin/env bash
grep -RInE '\.(unwrap|expect)\(' --include='*.rs' . && exit 1 || echo ok