github.com/golangci/go-tools@v0.0.0-20190318060251-af6baa5dc196/lint/testdata/src/Test/file-ignores.go (about) 1 package pkg 2 3 //lint:file-ignore TEST1000 File-wide ignore 4 5 // the line directive should not affect the line ignores 6 7 //line random-file:1 8 func fn5() {}