From aa17ccf831905ff2460acc14e7435a9f07b7206d Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 17 Feb 2024 16:07:48 +0800 Subject: [PATCH] chore: refactor Lint Configuration for Go Project - Remove `deadcode`, `depguard`, `structcheck`, and `varcheck` linters from the `.golangci.yml` configuration Signed-off-by: Bo-Yi Wu --- .golangci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 5a0031c..d59c99b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,8 +4,6 @@ linters: fast: false enable: - bodyclose - - deadcode - - depguard - dogsled - dupl - errcheck @@ -29,13 +27,11 @@ linters: - nolintlint - rowserrcheck - staticcheck - - structcheck - stylecheck - typecheck - unconvert - unparam - unused - - varcheck - whitespace - gofumpt