version: "2" run: timeout: 5m modules-download-mode: readonly linters: default: all disable: - exhaustruct - depguard - godot - wsl - wrapcheck - varnamelen - dupl - paralleltest - nlreturn - tagliatelle - goconst - funlen - maintidx - cyclop - gocognit - lll settings: lll: line-length: 88 funlen: lines: 80 statements: 50 cyclop: max-complexity: 15 dupl: threshold: 100 issues: max-issues-per-linter: 0 max-same-issues: 0