Skip to content

Commit

Permalink
Remove and update deprecated linters.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura committed Jul 3, 2024
1 parent 461a977 commit ed3f871
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- dupl
- errcheck
Expand All @@ -36,24 +35,21 @@ linters:
- gocyclo
- gofmt
- goimports
- golint
- revive
- gosec
- gosimple
- govet
- ineffassign
- interfacer
- lll
- misspell
- nakedret
- scopelint
- exportloopref
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace

service:
Expand Down

0 comments on commit ed3f871

Please sign in to comment.