diff --git a/.golangci.yml b/.golangci.yml index 1b95a5a99245..41ced76f5131 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -137,6 +137,7 @@ linters: - whitespace # TODO: fix the code generation - path: (.*_test.go) linters: + - dupl - goconst issues: