Skip to content

Commit

Permalink
Remove deprecated linters
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd committed Oct 4, 2023
1 parent 2423260 commit d2f53c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ linters:
enable-all: true
disable:
- cyclop
- deadcode
- depguard
- dupl
- exhaustive
Expand All @@ -43,6 +44,7 @@ linters:
- golint
- gomnd
- gomoddirectives
- ifshort
- interfacer
- ireturn
- lll
Expand All @@ -63,6 +65,7 @@ linters:
- tagliatelle
- tenv
- testpackage
- varcheck
- varnamelen
- wastedassign
- whitespace
Expand Down

0 comments on commit d2f53c7

Please sign in to comment.