07ee063988bdf2f035c1827a8096e7875038b2ef
[dotfiles/.git] / file-ignores.go
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() {}