Skip to content

Commit 480bbf1

Browse files
committed
TEMP
1 parent 47f7069 commit 480bbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/scopelint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ 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,dupl
166+
//nolint:interfacer
167167
func (f *Node) errorf(n ast.Node, format string, args ...interface{}) {
168168
pos := f.fset.Position(n.Pos())
169169
f.errorAtf(pos, format, args...)

0 commit comments

Comments
 (0)