Skip to content

Commit

Permalink
chore: sync lint
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Oct 26, 2024
1 parent 4a1ce33 commit 0dc0d92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ linters:
- typecheck
- unused
# Custom
- bodyclose
- err113
- errchkjson
- errname
- errorlint
- fatcontext
- forcetypeassert
- gocritic
- gofumpt
Expand Down Expand Up @@ -72,6 +74,8 @@ linters-settings:
excludes:
- G101
- G112
- G115
- G204
- G402
- G404
- G501
Expand Down

0 comments on commit 0dc0d92

Please sign in to comment.