diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index fc84086ff..5ca39435b 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -36,4 +36,4 @@ jobs: skip-cache: true version: latest install-mode: goinstall - args: --timeout=10m \ No newline at end of file + args: --timeout=10m --enable typegroupingcheck diff --git a/.golangci.yml b/.golangci.yml index 2a12b2556..535edcf10 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -43,7 +43,7 @@ linters: disable-all: true # Enable specific linter enable: - - typegroupingcheck + #- typegroupingcheck - errcheck - gosimple - govet