From 4df4126e8c94c99d3ec0a7bea18e52a16063c99f Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 12 Jan 2022 16:29:22 -0800 Subject: [PATCH] I should probably just remove the dupl linter --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 75bc787dd..b61559c86 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -84,4 +84,4 @@ linters-settings: dupl: # tokens count to trigger issue, 150 by default - threshold: 160 + threshold: 200