fix: resolve golangci-lint errors

- Add _ = prefix for ignored Close/Remove return values
- Fix unused cmd parameter in runMoleculeReady
- Add nolint:misspell for intentional British "cancelled" spelling
- Update comments to use US spelling where not intentional

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-23 05:10:38 -08:00
parent fcf5e6aab6
commit 8b49d8f079
4 changed files with 9 additions and 9 deletions

View File

@@ -434,8 +434,8 @@ var FailureCloseKeywords = []string{
"rejected",
"wontfix",
"won't fix",
"cancelled",
"canceled",
"cancelled", //nolint:misspell // British spelling intentionally included
"abandoned",
"blocked",
"error",