These new linters are almost all part of golangci-lint's collection of default linters, that would all be running if we weren't setting `disable-all: true`. By adding them, we now have parity with the default configuration, as well as the additional linters we like. Adds the following linters: * unconvert * deadcode * structcheck * typecheck * varcheck * wastedassign |
||
|---|---|---|
| .. | ||
| dns.go | ||
| dns_test.go | ||
| mocks.go | ||
| problem.go | ||
| problem_test.go | ||
| servers.go | ||
| servers_test.go | ||