Bump github.com/golangci/golangci-lint from 1.54.2 to 1.55.1 in /internal/tools #1001
Annotations
10 errors
internal/message_context.go#L61
avoid direct access to proto field c.Option.Name, use c.Option.GetName() instead (protogetter)
|
internal/message_context.go#L63
avoid direct access to proto field c.Option.Name, use c.Option.GetName() instead (protogetter)
|
internal/options.go#L32
avoid direct access to proto field opt.Name, use opt.GetName() instead (protogetter)
|
internal/options.go#L35
avoid direct access to proto field opt.Name[0].GetIsExtension(), use opt.GetName()[0].GetIsExtension() instead (protogetter)
|
walk/walk.go#L265
avoid direct access to proto field file.MessageType, use file.GetMessageType() instead (protogetter)
|
walk/walk.go#L275
avoid direct access to proto field file.EnumType, use file.GetEnumType() instead (protogetter)
|
walk/walk.go#L285
avoid direct access to proto field file.Extension, use file.GetExtension() instead (protogetter)
|
walk/walk.go#L301
avoid direct access to proto field file.Service, use file.GetService() instead (protogetter)
|
walk/walk.go#L311
avoid direct access to proto field svc.Method, use svc.GetMethod() instead (protogetter)
|
walk/walk.go#L342
avoid direct access to proto field msg.Field, use msg.GetField() instead (protogetter)
|
The logs for this run have expired and are no longer available.
Loading