From 16eec6e4004a2df0afd139f23766adfb0ffa943d Mon Sep 17 00:00:00 2001 From: Keith Patrick Date: Sun, 22 Mar 2026 05:11:11 +0000 Subject: [PATCH] fix: lint issues in config.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed golines formatting and gci import ordering. 💘 Generated with Crush --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index b0df6727a..22ccd5aa2 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -784,7 +784,7 @@ type ToolsConfig struct { Web WebToolsConfig `json:"web"` Cron CronToolsConfig `json:"cron"` Exec ExecConfig `json:"exec"` - Execline ToolConfig `json:"execline" envPrefix:"PICOCLAW_TOOLS_EXELINE_"` + Execline ToolConfig `json:"execline" envPrefix:"PICOCLAW_TOOLS_EXELINE_"` Skills SkillsToolsConfig `json:"skills"` MediaCleanup MediaCleanupConfig `json:"media_cleanup"` MCP MCPConfig `json:"mcp"`