Skip to content

Commit

Permalink
chore(lint): disable unneded linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jul 3, 2023
1 parent 9c2dbd4 commit 9620480
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ linters-settings:
linters:
disable-all: true
enable:
- deadcode
- depguard
- dogsled
- errcheck
- goconst
Expand All @@ -53,13 +51,11 @@ linters:
- misspell
- nakedret
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace

# Do not enable:
Expand Down

0 comments on commit 9620480

Please sign in to comment.