Skip to content

Commit

Permalink
lint: Remove obsolete linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjat committed Nov 21, 2023
1 parent 33248c2 commit 59baecf
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 @@ -33,7 +33,6 @@ linters:
enable:
- asciicheck
- bodyclose
- deadcode
- dogsled
- errcheck
- exhaustive
Expand All @@ -60,14 +59,12 @@ linters:
- revive
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- sqlclosecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace

linters-settings:
Expand Down

0 comments on commit 59baecf

Please sign in to comment.