From 185d81f6767be3e9604211eb2926b5c6f24a6e89 Mon Sep 17 00:00:00 2001 From: Bryan Alexander Date: Thu, 2 Jul 2020 14:32:13 -0500 Subject: [PATCH] removes gocritic settings --- handler/.golangci.yml | 13 ------------- 1 file changed, 13 deletions(-) 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