Korrektur Prüfskript für Missbrauchserkennung

This commit is contained in:
2026-08-13 20:58:47 +02:00
parent 1d295796b4
commit fa64cbc4a4
7 changed files with 224 additions and 1 deletions

1
tools/check-all.sh Executable file → Normal file
View File

@@ -35,6 +35,7 @@ run "nginx-Konfiguration" python3 tools/check-nginx.py web
run "JavaScript-Module" node tools/check-js.mjs
run "Strichcode-Decoder" node tools/test-barcode.mjs
run "Python-Syntax" sh -c 'cd backend && python3 -m compileall -q app alembic && echo "in Ordnung"'
run "Python-Namen" python3 tools/check-imports.py
printf '\n'
if [ "$failed" -eq 0 ]; then