fix(lint): resolve errcheck and unparam violations
Fixes CI lint failures by handling unchecked error returns and marking unused parameters with blank identifiers. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
Steve Yegge
parent
5d554a616a
commit
b9e8be4352
@@ -111,7 +111,7 @@ func (c *PrimingCheck) Run(ctx *CheckContext) *CheckResult {
|
||||
}
|
||||
|
||||
// checkAgentPriming checks priming configuration for a specific agent.
|
||||
func (c *PrimingCheck) checkAgentPriming(townRoot, agentDir, agentType string) []primingIssue {
|
||||
func (c *PrimingCheck) checkAgentPriming(townRoot, agentDir, _ string) []primingIssue {
|
||||
var issues []primingIssue
|
||||
|
||||
agentPath := filepath.Join(townRoot, agentDir)
|
||||
|
||||
Reference in New Issue
Block a user