Skip to content

Commit

Permalink
Remove deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Evertras committed May 3, 2024
1 parent 66ee51d commit 77bdca2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ linters:
- bodyclose
- contextcheck
- cyclop
- deadcode
- depguard
- dogsled
- dupl
Expand Down Expand Up @@ -57,7 +56,6 @@ linters:
- rowserrcheck
- sqlclosecheck
- staticcheck
- structcheck
- stylecheck
- tagliatelle
- tenv
Expand All @@ -67,7 +65,6 @@ linters:
- unconvert
- unparam
- unused
- varcheck
- varnamelen
- wastedassign
- whitespace
Expand Down

0 comments on commit 77bdca2

Please sign in to comment.