We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050ace3 commit 3a849d9Copy full SHA for 3a849d9
1 file changed
cmd/gen-lint/main.go
@@ -59,7 +59,7 @@ func main() {
59
module := match[1]
60
d := path.Dir(line)
61
_, err = script.File(tmpl).
62
- Replace("github.com/ifooth/devcontainer", fmt.Sprintf("%s", module)).
+ Replace("github.com/ifooth/devcontainer", module).
63
Replace("version:", "# Code generated by gen-lint. DO NOT EDIT.\n\nversion:").
64
WriteFile(path.Join(d, "./.golangci.yml"))
65
if err != nil {
0 commit comments