We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c497bb commit 56a2e89Copy full SHA for 56a2e89
build/ci.go
@@ -433,7 +433,7 @@ func doLint(cmdline []string) {
433
}
434
435
linter := downloadLinter(*cachedir)
436
- lflags := []string{"run", "--config", ".golangci.yml", "--new-from-rev=origin/main"}
+ lflags := []string{"run", "--config", ".golangci.yml", "--new-from-rev=origin/master"}
437
build.MustRunCommandWithOutput(linter, append(lflags, packages...)...)
438
fmt.Println("You have achieved perfection.")
439
0 commit comments