Skip to content

Commit e957d7a

Browse files
committed
TEMP invalidate the cache
1 parent 80ddf59 commit e957d7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/golinters/scopelint.go

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ func (f *Node) Visit(node ast.Node) ast.Visitor {
163163
// The variadic arguments may start with link and category types,
164164
// and must end with a format string and any arguments.
165165
// It returns the new Problem.
166-
//nolint:interfacer
167166
func (f *Node) errorf(n ast.Node, format string, args ...interface{}) {
168167
pos := f.fset.Position(n.Pos())
169168
f.errorAtf(pos, format, args...)

0 commit comments

Comments
 (0)