From dba3cf38db2be86501ea238db739a155686e0016 Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Sun, 13 Jan 2019 11:09:37 -0800 Subject: [PATCH] lint: link to gocritic issue (#49) --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index c07a4be..fa4b1c0 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -21,5 +21,5 @@ issues: exclude: # errcheck: Almost all programs ignore errors on these functions and in most cases it's ok - Error return value of .((os\.)?std(out|err)\..*|.*Close|.*Flush|os\.Remove(All)?|.*printf?|os\.(Un)?Setenv). is not checked - # gocritic: unlambda with builtins is invalid. + # gocritic: https://github.com/go-critic/go-critic/issues/762 - ' with `(len|cap|real|imag)`'