We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ddf59 commit e957d7aCopy full SHA for e957d7a
pkg/golinters/scopelint.go
@@ -163,7 +163,6 @@ func (f *Node) Visit(node ast.Node) ast.Visitor {
163
// The variadic arguments may start with link and category types,
164
// and must end with a format string and any arguments.
165
// It returns the new Problem.
166
-//nolint:interfacer
167
func (f *Node) errorf(n ast.Node, format string, args ...interface{}) {
168
pos := f.fset.Position(n.Pos())
169
f.errorAtf(pos, format, args...)
0 commit comments