diff --git a/.golangci.yaml b/.golangci.yaml index 33fd7dc..fe9c242 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -23,15 +23,11 @@ issues: - path: _test\.go linters: - bodyclose - - dupl # '0' disables the following options. max-issues-per-linter: 0 max-same-issues: 0 linters-settings: - dupl: - # Tokens count to trigger issue, 150 by default. - threshold: 100 errcheck: # Report about assignment of errors to blank identifier. check-blank: true @@ -135,7 +131,6 @@ linters: - bodyclose - containedctx - copyloopvar - - dupl - dupword - durationcheck - errcheck