docs: strengthen warning handling to prohibit auto-fix

- Change 'Review warnings, fix if appropriate' to 'Note warnings'
- Clarify warnings are informational only
- Explicitly prohibit auto-fixing warnings
- Align with verification script instruction: DO NOT automatically fix
- Warnings require explicit user permission to address
This commit is contained in:
2026-02-02 16:53:58 -05:00
parent 62b02b6ed2
commit ab72c783ba
+1 -1
View File
@@ -302,7 +302,7 @@ git checkout -- internal/handlers/auth.go
### Before Committing
- [ ] **Run verification script**: `bash scripts/verify-guidelines.sh`
- [ ] **Fix any errors** - verification must pass (0 errors) to commit
- [ ] **Review warnings** - acknowledge warnings, fix if appropriate
- [ ] **Note warnings** - informational only, do not auto-fix
- [ ] Run tests: `go test ./... -v`
- [ ] Run lint/typecheck if available
- [ ] Ensure no secrets in changes