Delete scripts/scan_printf.sh

pull/5664/head
Kim Kulling 2024-07-11 11:37:47 +02:00 committed by GitHub
parent b0aae04801
commit 79c1b1dde5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#!/bin/bash
grep \
--include=\*.{c,cpp,h} \
--exclude={pstdint,m3d}.h \
-rnw include code \
-e '^\s*printf'
if [ $? -eq 0 ]; then
echo "Debug statement(s) detected. Please uncomment (using single-line comment), remove, or manually add to exclude filter, if appropriate"
exit 1
fi