linters-settings: dupl: threshold: 100 funlen: lines: 100 statements: 60 goconst: min-len: 2 min-occurrences: 2 gocyclo: min-complexity: 15 golint: min-confidence: 0 lll: line-length: 140 maligned: suggest-new: true misspell: locale: US varnamelen: min-name-length: 2 ignore-decls: - w io.Writer - t testing.T - e error - i int - b bytes.Buffer - h Handle linters: enable-all: true disable: - gochecknoglobals - ireturn - mnd - nolintlint # deprecated - gomnd - exportloopref - execinquery issues: # Excluding configuration per-path, per-linter, per-text and per-source exclude-rules: - path: _test\.go linters: - gochecknoglobals - depguard - gosec - errchkjson