chore: sync lint

main
sudo pacman -Syu 2024-10-26 23:33:52 +07:00
parent 121a2c209c
commit 933b58da1d
1 changed files with 4 additions and 0 deletions

View File

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