# Конфиг golangci-lint (схема v2; устанавливается через `task setup`). # Базовый набор v2 (`default: standard`) — errcheck, govet, ineffassign, # staticcheck, unused; дополнительно включаем misspell. version: "2" linters: enable: - misspell 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$