feat: add local quality gate scripts and documentation

Add quality.sh (bash), quality.ps1 (PowerShell), and fix_format.sh
for automated GDScript quality checking. Includes:
- gdformat --check (formatting gate)
- gdlint (lint rules)
- godot --headless project validation (with 30s timeout)
- Optional GUT test support
- --changed mode for checking only modified .gd files
- Compact summary output with NEXT FIX suggestions
- Full logs saved to logs/quality/latest/

Add docs/local_quality_gate.md with setup and usage instructions.
This commit is contained in:
2026-07-05 23:06:18 +02:00
parent 22613a445e
commit 28a2e42c41
5 changed files with 668 additions and 0 deletions
+3
View File
@@ -74,6 +74,9 @@ ehthumbs_vista.db
$RECYCLE.BIN/
*.stackdump
# Local quality gate logs
logs/quality/
# Linux desktop and trash metadata
.directory
.Trash-*