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