Skip to content

Commit

Permalink
remove deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored and ccojocar committed Mar 28, 2023
1 parent aef69b3 commit 73f0efc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Expand Up @@ -2,7 +2,6 @@ linters:
enable:
- asciicheck
- bodyclose
- deadcode
- depguard
- dogsled
- durationcheck
Expand All @@ -24,12 +23,10 @@ linters:
- nolintlint
- revive
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- wastedassign

run:
Expand Down

0 comments on commit 73f0efc

Please sign in to comment.