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

3 lines
75 B
Bash
Executable File

#!/usr/bin/env bash
grep -RIn '\?' --include='*.rs' . && exit 1 || echo ok