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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user