From f9a9746fcd3beb6e6b26dd3cf604e852c934cf29 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Mon, 21 Sep 2020 06:39:38 +0800 Subject: [PATCH] Golangci-lint: disable some plugins --- .github/linters/.golangci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/linters/.golangci.yml b/.github/linters/.golangci.yml index 589e45e1f..8a635028d 100644 --- a/.github/linters/.golangci.yml +++ b/.github/linters/.golangci.yml @@ -14,8 +14,6 @@ issues: - dupl - gosec - goconst - - funlen - - lll linters: enable: @@ -26,21 +24,18 @@ linters: - dupl - errcheck - exhaustive - - funlen - goconst - gocritic - gocyclo - gofmt - goimports - golint - - gomnd - goprintffuncname - gosec - gosimple - govet - ineffassign - interfacer - - lll - misspell - nakedret - noctx