💄 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

@ -8,6 +8,7 @@ linters:
enable: enable:
- asasalint - asasalint
- asciicheck - asciicheck
- errcheck
- gofmt - gofmt
- goimports - goimports
- gomodguard - gomodguard
@ -18,7 +19,6 @@ linters:
- nakedret - nakedret
- nolintlint - nolintlint
- prealloc - prealloc
- prealloc
- reassign - reassign
- staticcheck - staticcheck
- typecheck - typecheck