Korrektur Prüfskript für Missbrauchserkennung
This commit is contained in:
1
tools/check-all.sh
Executable file → Normal file
1
tools/check-all.sh
Executable file → Normal 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
|
||||
|
||||
Reference in New Issue
Block a user