mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
8 lines
106 B
Go
8 lines
106 B
Go
//args: -Emegacheck
|
|
package testdata
|
|
|
|
func StylecheckNotInMegacheck(x int) {
|
|
if 0 == x {
|
|
panic(x)
|
|
}
|
|
}
|