Skip to content

Commit

Permalink
Remove deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed Aug 28, 2024
1 parent d1f9141 commit 6beb9f3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ linters:
- cyclop
- depguard
- dupl
- exhaustivestruct
- forbidigo
- funlen
- gci
Expand All @@ -32,14 +31,11 @@ linters:
- gocyclo
- godot
- godox
- goerr113
- err113
- gofmt
- gofumpt
- golint
- gomnd
- gomodguard
- interfacer
- maligned
- nlreturn
- paralleltest
- rowserrcheck
Expand All @@ -52,13 +48,12 @@ linters:
enable:
- asciicheck
- bodyclose
- deadcode
- dogsled
- durationcheck
- errcheck
- errorlint
- exhaustive
- exportloopref
- copyloopvar
- forcetypeassert
- gocritic
- goheader
Expand All @@ -80,14 +75,12 @@ linters:
- predeclared
- revive
- staticcheck
- structcheck
- thelper
- tparallel
- typecheck
- unconvert
- unparam
- unused
- varcheck
- wastedassign
- whitespace

Expand Down

0 comments on commit 6beb9f3

Please sign in to comment.