From 15918e41591037a78d830037ac21b3ef20ee6ed6 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 29 Nov 2019 10:45:05 +0100 Subject: [PATCH] cmd/faucet: explain skipped lint issue better --- cmd/faucet/faucet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/faucet/faucet.go b/cmd/faucet/faucet.go index adba4fcea0..77938efabd 100644 --- a/cmd/faucet/faucet.go +++ b/cmd/faucet/faucet.go @@ -453,7 +453,7 @@ func (f *faucet) apiHandler(w http.ResponseWriter, r *http.Request) { } continue case strings.HasPrefix(msg.URL, "https://plus.google.com/"): - //lint:ignore ST1005 this is a company name + //lint:ignore ST1005 Google is a company name and should be capitalized. if err = sendError(conn, errors.New("Google+ authentication discontinued as the service was sunset")); err != nil { log.Warn("Failed to send Google+ deprecation to client", "err", err) return