Skip to content

tidy: frivolous Sprintf

Administrator requested to merge sourcegraph/campaign-1 into master

Created by: rvantonder

Remove frivolous uses of Sprintf. See this reference article.

Created with

{
    "matchTemplate": "fmt.Sprintf(\"%d\", :[v])",
    "rewriteTemplate": "strconv.Itoa(:[v])",
    "scopeQuery": "repo:github.com/sourcegraph/sourcegraph$ lang:go"
}

Merge request reports

Loading