golangci-lint/test/testdata/stylecheck_not_in_megacheck.go
2021-01-15 21:37:56 +01:00

9 lines
106 B
Go

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