From 1def55cc06466db950db14520e9fbf0c2b00e981 Mon Sep 17 00:00:00 2001 From: Hayley Swimelar Date: Mon, 25 Nov 2019 13:02:24 -0800 Subject: [PATCH] Prevent warning message from gocritic --- assets/.golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/.golangci.yml b/assets/.golangci.yml index fd32255..80e4b79 100644 --- a/assets/.golangci.yml +++ b/assets/.golangci.yml @@ -198,8 +198,8 @@ linters-settings: settings: # settings passed to gocritic captLocal: # must be valid enabled check name paramsOnly: true - rangeValCopy: - sizeThreshold: 32 + # rangeValCopy: + # sizeThreshold: 32 godox: # report any comments starting with keywords, this is useful for TODO or FIXME comments that # might be left in the code accidentally and should be resolved before merging