boulder/bdns
Aaron Gable 8cb01a0c34
Enable additional linters (#6106)
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
2022-05-11 13:58:58 -07:00
..
dns.go Correct privateNetworks range typo (#5915) 2022-01-28 15:40:13 -08:00
dns_test.go Enable additional linters (#6106) 2022-05-11 13:58:58 -07:00
mocks.go Rename several items in bdns (#5260) 2021-01-29 17:20:35 -08:00
problem.go Remove unused methods on bdns.Error (#5395) 2021-04-19 15:30:42 -07:00
problem_test.go Distinguish cancellation from timeout in DNS. (#5385) 2021-04-05 15:44:27 -07:00
servers.go BDNS: Ensure DNS server addresses are dialable (#5520) 2021-07-20 10:11:11 -07:00
servers_test.go BDNS: Ensure DNS server addresses are dialable (#5520) 2021-07-20 10:11:11 -07:00