We want to prevent calls to slog.String("err.* and slog.Any("err.* (and instead suggest to use outinternallog.ErrAttr(err)) , this however doesn't currently seem to be supported by forbidigo as it only handles *ast.SelectorExpr and *ast.Ident nodes, not *ast.CallExpr.
Is this outside the scope of this (very useful!) linter?
We want to prevent calls to
slog.String("err.*andslog.Any("err.*(and instead suggest to useoutinternallog.ErrAttr(err)) , this however doesn't currently seem to be supported by forbidigo as it only handles*ast.SelectorExprand*ast.Identnodes, not*ast.CallExpr.Is this outside the scope of this (very useful!) linter?