run: skip-dirs: - pb - sys/configure/ tests: false go: '1.18' output: # format: json sort-results: true linters: disable-all: true enable: - nilerr - errcheck - gosimple - govet - ineffassign - staticcheck - typecheck - unused # more linters https://golangci-lint.run/usage/linters/ linters-settings: funlen: statements: 60