From 8f811e1beceba1603037f9a3db044b7626147b0c Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Tue, 11 Mar 2025 00:25:32 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Format=20'.golangci.yml'=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .golangci.yml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index dafb80f..e8e7d48 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,27 +1,27 @@ run: - go: "1.24" - concurrency: 8 - timeout: 10m + go: "1.24" + concurrency: 8 + timeout: 10m linters: - disable-all: true - enable: - - asasalint - - asciicheck - - gofmt - - goimports - - gomodguard - - goprintffuncname - - govet - - ineffassign - - misspell - - nakedret - - nolintlint - - prealloc - - prealloc - - reassign - - staticcheck - - typecheck - - unconvert - - unused - - whitespace \ No newline at end of file + disable-all: true + enable: + - asasalint + - asciicheck + - errcheck + - gofmt + - goimports + - gomodguard + - goprintffuncname + - govet + - ineffassign + - misspell + - nakedret + - nolintlint + - prealloc + - reassign + - staticcheck + - typecheck + - unconvert + - unused + - whitespace