version: "2" run: go: "1.24" issues-exit-code: 1 tests: true timeout: 15m linters: disable: - asasalint - asciicheck - bidichk - bodyclose - contextcheck - durationcheck - errcheck - errchkjson - errorlint - exhaustive - gocheckcompilerdirectives - gochecksumtype - gosec - gosmopolitan - govet - loggercheck - makezero - musttag - nilerr - nilnesserr - noctx - protogetter - reassign - recvcheck - rowserrcheck - spancheck - sqlclosecheck - staticcheck - testifylint - unparam - zerologlint exclusions: generated: lax presets: - comments - common-false-positives - legacy - std-error-handling paths: - third_party$ - builtin$ - examples$ formatters: settings: gofmt: simplify: true exclusions: generated: lax paths: - third_party$ - builtin$ - examples$