💄 Format '.golangci.yml' file

This commit is contained in:
Aykhan Shahsuvarov 2025-03-11 00:25:32 +04:00
parent 58ea31683b
commit 8f811e1bec

View File

@ -1,27 +1,27 @@
run: run:
go: "1.24" go: "1.24"
concurrency: 8 concurrency: 8
timeout: 10m timeout: 10m
linters: linters:
disable-all: true disable-all: true
enable: enable:
- asasalint - asasalint
- asciicheck - asciicheck
- gofmt - errcheck
- goimports - gofmt
- gomodguard - goimports
- goprintffuncname - gomodguard
- govet - goprintffuncname
- ineffassign - govet
- misspell - ineffassign
- nakedret - misspell
- nolintlint - nakedret
- prealloc - nolintlint
- prealloc - prealloc
- reassign - reassign
- staticcheck - staticcheck
- typecheck - typecheck
- unconvert - unconvert
- unused - unused
- whitespace - whitespace