chore: sync lint

main
sudo pacman -Syu 2024-10-26 23:30:51 +07:00
parent 4a1ce335d4
commit 0dc0d928ca
1 changed files with 4 additions and 0 deletions

View File

@ -17,10 +17,12 @@ linters:
- typecheck - typecheck
- unused - unused
# Custom # Custom
- bodyclose
- err113 - err113
- errchkjson - errchkjson
- errname - errname
- errorlint - errorlint
- fatcontext
- forcetypeassert - forcetypeassert
- gocritic - gocritic
- gofumpt - gofumpt
@ -72,6 +74,8 @@ linters-settings:
excludes: excludes:
- G101 - G101
- G112 - G112
- G115
- G204
- G402 - G402
- G404 - G404
- G501 - G501