# https://golangci-lint.run/usage/configuration/#config-file run: allow-parallel-runners: true linters: enable: - megacheck - govet - gocritic - gocyclo - lll - exportloopref disable-all: false disable: - scopelint presets: - bugs - unused fast: false