From 7933ee2339434e30a7f0b0d143dd49151b6e43f6 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 20 Nov 2023 22:14:50 +0200 Subject: [PATCH] Change analyzer doc to match golangci-lint's description --- pkg/bidichk/bidichk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/bidichk/bidichk.go b/pkg/bidichk/bidichk.go index f1bf20f..29848ad 100644 --- a/pkg/bidichk/bidichk.go +++ b/pkg/bidichk/bidichk.go @@ -14,7 +14,7 @@ import ( ) const ( - doc = "bidichk detects dangerous unicode character sequences" + doc = "Checks for dangerous unicode character sequences" disallowedDoc = `comma separated list of disallowed runes (full name or short name) Supported runes