From c2b3b7068cafe4a798f6cf1d9e65bf105b7e33fc Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 20 Mar 2024 15:30:43 +0100 Subject: .golangci.yml: allow duplicated html strings --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.golangci.yml') diff --git a/.golangci.yml b/.golangci.yml index 17856068c..92835ec6e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -83,7 +83,7 @@ linters-settings: min-len: 3 min-occurrences: 3 ignore-tests: true # re-enable once goconst 1.7.0+ merged into golangci-lint - ignore-strings: "[syzbot] | (2)|Re: " # will be enabled by goconst 1.7.0 + ignore-strings: '.html' nestif: # TODO: consider reducing this value. min-complexity: 12 -- cgit mrf-deployment