golangci-lint/test/testdata/testpackage_internal_test.go
2020-04-22 18:57:30 +03:00

7 lines
236 B
Go

//args: -Etestpackage -Egochecknoglobals
package testdata
// Test expects at least one issue in the file.
// So we have to add global variable and enable gochecknoglobals.
var global = `global` // ERROR "`global` is a global variable"