version: "2" run: tests: false linters: enable: - asasalint - asciicheck - bidichk - bodyclose - contextcheck - durationcheck - errchkjson - errorlint - exhaustive - gocheckcompilerdirectives - gochecksumtype - gosec - gosmopolitan - loggercheck - makezero - musttag - nilerr - nilnesserr - noctx - protogetter - reassign - recvcheck - rowserrcheck - spancheck - sqlclosecheck - testifylint - unparam - zerologlint disable: - prealloc settings: errcheck: check-type-assertions: false check-blank: false lll: line-length: 100 tab-width: 4 prealloc: simple: false range-loops: false for-loops: false whitespace: multi-if: false multi-func: false exclusions: generated: lax presets: - comments - common-false-positives - legacy - std-error-handling paths: - third_party$ - builtin$ - examples$ formatters: exclusions: generated: lax paths: - third_party$ - builtin$ - examples$