github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/test/testdata/stylecheck_not_in_megacheck.go (about) 1 //golangcitest:args -Emegacheck 2 //golangcitest:expected_exitcode 0 3 package testdata 4 5 func StylecheckNotInMegacheck(x int) { 6 if 0 == x { 7 panic(x) 8 } 9 }