Skip to content

Commit

Permalink
golangci: remove deprecated linters (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Sheetal Pamecha <[email protected]>
  • Loading branch information
Sheetalpamecha authored Jun 10, 2024
1 parent 0ea1e2d commit 81e3683
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ linters:
- bidichk
- bodyclose
- cyclop
- deadcode
# - deadcode
- decorder
# - depguard
- dogsled
Expand All @@ -124,23 +124,23 @@ linters:
- gocyclo
- gofmt
- gofumpt
- golint
# - golint
- gomnd
- gomodguard
- goprintffuncname
- gosec
- gosimple
- govet
- grouper
- ifshort
# - ifshort
- importas
- ineffassign
- interfacebloat
- lll
- logrlint
- maintidx
- makezero
- maligned
# - maligned
- misspell
# - nakedret
- nestif
Expand All @@ -155,9 +155,9 @@ linters:
- reassign
- revive
- rowserrcheck
- scopelint
# - scopelint
- sqlclosecheck
- structcheck
# - structcheck
- stylecheck
- tenv
- testpackage
Expand All @@ -168,7 +168,7 @@ linters:
- unparam
- unused
- usestdlibvars
- varcheck
# - varcheck
# - wastedassign
- whitespace
- wsl
Expand Down

0 comments on commit 81e3683

Please sign in to comment.