update GolangCI-Lint to v1.23.8

This commit is contained in:
Marten Seemann 2020-03-05 10:17:26 +07:00
parent ce64c6b301
commit 0b3340493a
5 changed files with 10 additions and 9 deletions

View file

@ -54,6 +54,8 @@ func (s *stream) Write(b []byte) (int, error) {
var _ = Describe("Crypto Setup TLS", func() {
var clientConf, serverConf *tls.Config
// unparam incorrectly complains that the first argument is never used.
//nolint:unparam
initStreams := func() (chan chunk, *stream /* initial */, *stream /* handshake */) {
chunkChan := make(chan chunk, 100)
initialStream := newStream(chunkChan, protocol.EncryptionInitial)