From cdf1aa4dc338ddd37917942e7d6b992f4e079a00 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 6 Jun 2020 09:15:20 +0200 Subject: pkg/report: deduplicate code across netbsd and openbsd --- .golangci.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.golangci.yml') 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 -- cgit mrf-deployment