forked from quic-go/quic-go
ci: enable the nolintlint linter (#5221)
This linter helps us find unneeded nolint statements.
This commit is contained in:
@@ -37,7 +37,6 @@ func IsValidVersion(v Version) bool {
|
||||
}
|
||||
|
||||
func (vn Version) String() string {
|
||||
//nolint:exhaustive
|
||||
switch vn {
|
||||
case VersionUnknown:
|
||||
return "unknown"
|
||||
|
||||
Reference in New Issue
Block a user