You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is with the data[4:] parameter to MarshalToVT. It seems that the regular methods that proto compiler generates don't take parameters, so it only affects methods generated by other tools.
Hello, code like this causes an error in the linter:
The issue is with the
data[4:]
parameter toMarshalToVT
. It seems that the regular methods that proto compiler generates don't take parameters, so it only affects methods generated by other tools.Note: the
MarshalToVT
is generated by vtprotobufIs the correct fix to add
*ast.SliceExpr
to the list of AST nodes that are just formatted?The text was updated successfully, but these errors were encountered: