Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Remove deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Oct 6, 2022
1 parent d9c5865 commit cd52bf9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ linters:
disable-all: true
enable:
- cyclop
- deadcode
- dogsled
- dupl
- durationcheck
Expand All @@ -61,7 +60,6 @@ linters:
- gosec
- gosimple
- govet
- ifshort
- importas
- ineffassign
- lll
Expand All @@ -77,15 +75,13 @@ linters:
- prealloc
- revive
- staticcheck
- structcheck
- tagliatelle
- thelper
- tparallel
- typecheck
- unconvert
- unparam
- unused
- varcheck
- wastedassign
- whitespace
- wrapcheck
Expand Down

0 comments on commit cd52bf9

Please sign in to comment.