internal/ssa2ast: satisfy staticcheck with an ignore directive

pull/876/head
Daniel Martí 7 months ago
parent b6cd5a0aa9
commit 324c1d5d7e

@ -10,6 +10,7 @@ import (
"github.com/google/go-cmp/cmp/cmpopts"
)
//lint:ignore SA1019 we need to mention go/ast.Object here to ignore the fields with its type.
var astCmpOpt = cmpopts.IgnoreTypes(token.NoPos, &ast.Object{})
func findStruct(file *ast.File, structName string) (name *ast.Ident, structType *ast.StructType) {

Loading…
Cancel
Save