From 0157a932ae3a8170eceaef5b2c788dd0d30911ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 26 Jun 2025 23:53:40 +0300 Subject: [PATCH] docs: point towards goimports when autofixing perfsprint --- assets/linters-info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/linters-info.json b/assets/linters-info.json index 99ffd81b0865..b3432055eb8e 100644 --- a/assets/linters-info.json +++ b/assets/linters-info.json @@ -744,7 +744,7 @@ }, { "name": "perfsprint", - "desc": "Checks that fmt.Sprintf can be replaced with a faster alternative.", + "desc": "Checks if fmt.Sprintf and the like can be replaced with a faster alternative.\nSome autofixes made by this linter may need followup import fixups, see the goimports formatter.", "Groups": null, "loadMode": 8767, "originalURL": "https://github.com/catenacyber/perfsprint",