golangci-lint/pkg/result/processors/testdata/nolint_whole_file.go
Andrew Shannon Brown 909f628d75 Add linter for nolint
Linter can check that nolint statements are properly formatted and also that all
nolint statements are used.
2020-04-26 20:20:17 -07:00

5 lines
60 B
Go

//nolint: varcheck
package testdata
var nolintVarcheck int