aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-03-20 15:30:43 +0100
committerTaras Madan <tarasmadan@google.com>2024-03-21 16:38:22 +0000
commitc2b3b7068cafe4a798f6cf1d9e65bf105b7e33fc (patch)
tree768a56844f53816f6731e336afe15c13bc2d0bfa
parent6753db5cdc04330ec9d1a5116b890c19481d69b3 (diff)
.golangci.yml: allow duplicated html strings
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
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