diff --git a/handler/.golangci.yml b/handler/.golangci.yml index a5238a8..5675335 100644 --- a/handler/.golangci.yml +++ b/handler/.golangci.yml @@ -24,19 +24,6 @@ linters-settings: line-length: 140 goimports: local-prefixes: github.com/golangci/golangci-lint - gocritic: - enabled-tags: - - diagnostic - - experimental - - opinionated - - performance - - style - disabled-checks: - - dupImport # https://github.com/go-critic/go-critic/issues/845 - - ifElseChain - - octalLiteral - - whyNoLint - - wrapperFunc funlen: lines: 100 statements: 50