summaryrefslogtreecommitdiff
path: root/check_commands.txt
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-12-14 04:02:09 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-12-14 04:38:33 +0000
commit06deeb3ae7ef93eabe8e02cf4dbdf56dd7af4c07 (patch)
tree0ae74f875d73757fa4473b69e681bdaad83c740f /check_commands.txt
parentb1dda9ca88a61cce7108fbda68177f6f1272f8e8 (diff)
downloadgentoo-utils-06deeb3ae7ef93eabe8e02cf4dbdf56dd7af4c07.tar.gz
grep for todo! and dbg! in check_commands and in CI
Diffstat (limited to 'check_commands.txt')
-rw-r--r--check_commands.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/check_commands.txt b/check_commands.txt
index 671a1a2..664a7ac 100644
--- a/check_commands.txt
+++ b/check_commands.txt
@@ -3,3 +3,4 @@ ninja rustfmt -C build
ninja rustdoc -C build
ninja clippy -C build
ninja test -C build
+git grep 'todo!|dbg!' -- '*.rs' && exit 1 || exit 0