linters-settings: errcheck: check-type-assertions: true goconst: min-len: 2 min-occurrences: 3 gocritic: enabled-tags: - diagnostic - experimental - opinionated - performance - style govet: check-shadowing: false nolintlint: require-explanation: true require-specific: true linters: disable-all: true enable: - bodyclose - depguard - dogsled - dupl - errcheck - exportloopref - exhaustive - gocritic - gofmt - goimports - gocyclo - gosec - gosimple - govet - ineffassign - misspell - nolintlint - nakedret - prealloc - predeclared - revive - staticcheck - stylecheck - thelper - tparallel - typecheck - unconvert - unparam - whitespace # - wsl # лишние пустые строки и т.д., чистый стиль # - goconst # проверка на наличие переменных, которых следовало бы вынести в const # - gomnd # поиск всяких "магических" чисел, переменных run: issues-exit-code: 1