aboutsummaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-06-06 09:15:20 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-07 10:41:01 +0200
commitcdf1aa4dc338ddd37917942e7d6b992f4e079a00 (patch)
treeca0f1aec1472d7871b6b2995f70359cfbd8a07af /.golangci.yml
parent21b79583f15c7626926fc9f4fb528147a59ea3c5 (diff)
pkg/report: deduplicate code across netbsd and openbsd
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.golangci.yml b/.golangci.yml
index baddf8c2c..010e10490 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -74,7 +74,6 @@ linters-settings:
# TODO: consider reducing this value.
min-complexity: 24
dupl:
- # TODO: consider reducing this value.
threshold: 60
goconst:
min-len: 7
@@ -107,10 +106,6 @@ issues:
text: "don't use ALL_CAPS in Go names|should not use ALL_CAPS in Go names"
- path: (prog/.*)
text: "methods on the same type should have the same receiver name"
- # TODO: this is bad, need to fix and remove the suppression.
- - path: (pkg/report/(net|open)bsd.*)
- linters:
- - dupl
- path: (dashboard/app/.*_test\.go)
linters:
- dupl