We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a433c commit 1b000b9Copy full SHA for 1b000b9
pkg/analyzer/analyzer.go
@@ -66,7 +66,7 @@ func run(pass *analysis.Pass) (interface{}, error) {
66
return
67
}
68
69
- pass.Reportf(node.Pos(), "printf-like formatting function '%s' should be named '%sf'\n",
+ pass.Reportf(node.Pos(), "printf-like formatting function '%s' should be named '%sf'",
70
funcDecl.Name.Name, funcDecl.Name.Name)
71
})
72
0 commit comments