linters: enable: - structcheck - varcheck - staticcheck - unconvert - gofmt - goimports - golint - ineffassign - vet - unused - misspell disable: - errcheck # FIXME: re-enable after fixing GoDoc in this repository #issues: # include: # - EXC0002 run: timeout: 2m