chore: sync lint

main
sudo pacman -Syu 2024-10-26 23:34:42 +07:00
parent 4de92e0cd3
commit 5a86fe023a
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