--- # yamllint disable-line rule:line-length # yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json version: "2" linters: disable: - errcheck enable: - funcorder - gocritic - govet - lll - nilerr - nlreturn - paralleltest - usestdlibvars - whitespace formatters: enable: - gofumpt - golines - goimports settings: gofmt: simplify: true golines: tab-len: 2 goimports: local-prefixes: - alin.ovh/erl exclusions: generated: lax paths: - third_party$ - builtin$ - examples$