golangci-lint/test/testdata/stylecheck_not_in_megacheck.go
2022-07-15 15:32:10 +02:00

9 lines
118 B
Go

//golangcitest:args -Emegacheck
package testdata
func StylecheckNotInMegacheck(x int) {
if 0 == x {
panic(x)
}
}