golangci-lint/test/testdata/fix/in/multiple-issues-fix.go
Denis Limarev 1b0dbb0965
fix: use first issue without inline on mergeLineIssues on multiplie issues (#3316)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-03-07 20:18:09 +01:00

12 lines
232 B
Go

//golangcitest:args -Egocritic,gofumpt
//golangcitest:config_path testdata/configs/multiple-issues-fix.yml
//golangcitest:expected_exitcode 0
package p
import "fmt"
func main() {
//standard greeting
fmt.Println("hello world")
}